org.semanticdesktop.aperture.security.trustmanager
Interface TrustManagerFactory

All Known Implementing Classes:
StandardTrustManagerFactory

public interface TrustManagerFactory

A TrustManagerFactory hands out instances of TrustManager.


Method Summary
 TrustManager get()
          Return a new or shared TrustManager instance.
 

Method Detail

get

TrustManager get()
Return a new or shared TrustManager instance.

Returns:
A TrustManager.


Copyright © 2010 Aperture Development Team. All Rights Reserved.