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. |