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

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

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

Methods in org.apache.geronimo.management.geronimo that throw KeystoreIsLocked
 boolean KeystoreInstance.unlockPrivateKey(String alias, char[] password)
          Saves a password to access a private key.
 String[] KeystoreInstance.getUnlockedKeys()
          Gets the aliases for all the private keys that are currently unlocked.
 boolean KeystoreInstance.isTrustStore()
          Checks whether this keystore can be used as a trust store (e.g.
 KeyManager[] KeystoreInstance.getKeyManager(String algorithm, String alias)
          Gets a KeyManager for a key in this Keystore.
 TrustManager[] KeystoreInstance.getTrustManager(String algorithm)
          Gets a TrustManager for this keystore.
 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.