Uses of Class
org.apache.geronimo.management.geronimo.KeyIsLocked

Packages that use KeyIsLocked
org.apache.geronimo.management.geronimo   
 

Uses of KeyIsLocked in org.apache.geronimo.management.geronimo
 

Methods in org.apache.geronimo.management.geronimo that throw KeyIsLocked
 SSLServerSocketFactory KeystoreManager.createSSLServerFactory(String provider, String protocol, String algorithm, String keyStore, String keyAlias, String trustStore, ClassLoader loader)
          Gets a ServerSocketFactory using one Keystore to access the private key and another to provide the list of trusted certificate authorities.
 SSLSocketFactory KeystoreManager.createSSLFactory(String provider, String protocol, String algorithm, String keyStore, String keyAlias, String trustStore, ClassLoader loader)
          Gets a SocketFactory using one Keystore to access the private key and another to provide the list of trusted certificate authorities.
 SSLSocketFactory KeystoreManager.createSSLFactory(String provider, String protocol, String algorithm, String trustStore, ClassLoader loader)
          Gets a SocketFactory using one Keystore to access the private key and another to provide the list of trusted certificate authorities.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.