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

Packages that use KeystoreInstance
org.apache.geronimo.console.ca   
org.apache.geronimo.console.keystores   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.security.ca   
org.apache.geronimo.security.keystore   
 

Uses of KeystoreInstance in org.apache.geronimo.console.ca
 

Methods in org.apache.geronimo.console.ca that return KeystoreInstance
protected  KeystoreInstance BaseCAHandler.createCAKeystoreInstance(javax.portlet.PortletRequest request, String password)
          This methods creates CA's keystore using KeystoreManager.
 

Uses of KeystoreInstance in org.apache.geronimo.console.keystores
 

Methods in org.apache.geronimo.console.keystores that return KeystoreInstance
 KeystoreInstance BaseKeystoreHandler.KeystoreData.getInstance()
           
 

Methods in org.apache.geronimo.console.keystores with parameters of type KeystoreInstance
 void BaseKeystoreHandler.KeystoreData.setInstance(KeystoreInstance instance)
           
 

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

Methods in org.apache.geronimo.management.geronimo that return KeystoreInstance
 KeystoreInstance KeystoreManager.createKeystore(String name, char[] password)
          Creates a new, empty keystore.
 KeystoreInstance[] KeystoreManager.getKeystores()
          Gets the names of the keystores available in the server.
 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.
 

Uses of KeystoreInstance in org.apache.geronimo.security.ca
 

Constructors in org.apache.geronimo.security.ca with parameters of type KeystoreInstance
GeronimoCertificationAuthority(ServerInfo serverInfo, KeystoreInstance caKeystore, CertificateStore certStore, CertificateRequestStore certReqStore, Kernel kernel, AbstractName abstractName)
          Constructor
 

Uses of KeystoreInstance in org.apache.geronimo.security.keystore
 

Classes in org.apache.geronimo.security.keystore that implement KeystoreInstance
 class FileKeystoreInstance
          Implementation of KeystoreInstance that accesses a keystore file on the local filesystem, identified by the file's name (the last component of the name only, not the full path).
 

Methods in org.apache.geronimo.security.keystore that return KeystoreInstance
 KeystoreInstance FileKeystoreManager.createKeystore(String name, char[] password)
           
 KeystoreInstance FileKeystoreManager.getKeystore(String name)
           
 KeystoreInstance[] FileKeystoreManager.getKeystores()
           
 KeystoreInstance[] FileKeystoreManager.getUnlockedKeyStores()
           
 KeystoreInstance[] FileKeystoreManager.getUnlockedTrustStores()
           
 



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