org.semanticdesktop.aperture.security.trustmanager.standard
Class StandardTrustManagerFactory
java.lang.Object
org.semanticdesktop.aperture.security.trustmanager.standard.StandardTrustManagerFactory
- All Implemented Interfaces:
- TrustManagerFactory
public class StandardTrustManagerFactory
- extends Object
- implements TrustManagerFactory
A StandardTrustManagerFactory hands out StandardTrustManager instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardTrustManagerFactory
public StandardTrustManagerFactory()
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.