org.semanticdesktop.aperture.security.trustmanager.standard
Class StandardTrustManagerFactory

java.lang.Object
  extended by org.semanticdesktop.aperture.security.trustmanager.standard.StandardTrustManagerFactory
All Implemented Interfaces:
TrustManagerFactory

public class StandardTrustManagerFactory
extends Object
implements TrustManagerFactory

A StandardTrustManagerFactory hands out StandardTrustManager instances.


Constructor Summary
StandardTrustManagerFactory()
           
 
Method Summary
 TrustManager get()
          Return a new or shared TrustManager instance.
 File getPersistentStorageFile()
           
 TrustDecider getTrustDecider()
           
 void setPersistentStorageFile(File file)
           
 void setPersistentStoragePassword(char[] password)
           
 void setTrustDecider(TrustDecider trustDecider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardTrustManagerFactory

public StandardTrustManagerFactory()
Method Detail

setTrustDecider

public void setTrustDecider(TrustDecider trustDecider)

getTrustDecider

public TrustDecider getTrustDecider()

setPersistentStorageFile

public void setPersistentStorageFile(File file)

getPersistentStorageFile

public File getPersistentStorageFile()

setPersistentStoragePassword

public void setPersistentStoragePassword(char[] password)

get

public TrustManager get()
Description copied from interface: TrustManagerFactory
Return a new or shared TrustManager instance.

Specified by:
get in interface TrustManagerFactory
Returns:
A TrustManager.


Copyright © 2010 Aperture Development Team. All Rights Reserved.