Uses of Interface
org.apache.geronimo.management.geronimo.KeystoreInstance

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

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

Methods in org.apache.geronimo.management.geronimo that return KeystoreInstance
 KeystoreInstance[] KeystoreManager.getKeystores()
          Gets the names of the keystores available in the server.
 KeystoreInstance KeystoreManager.createKeystore(String name, char[] password)
          Creates a new, empty keystore.
 KeystoreInstance[] KeystoreManager.getUnlockedKeyStores()
          Gets the aliases for any keystores that are available to be used as private key keystores for an SSL factory.
 KeystoreInstance[] KeystoreManager.getUnlockedTrustStores()
          Gets the aliases for any keystores that are available to be used as trusted certificate keystores for an SSL factory.
 



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