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

Packages that use CertificateStore
org.apache.geronimo.ca.helper.util   
org.apache.geronimo.console.ca   
org.apache.geronimo.security.ca   
 

Uses of CertificateStore in org.apache.geronimo.ca.helper.util
 

Methods in org.apache.geronimo.ca.helper.util that return CertificateStore
static CertificateStore CAHelperUtils.getCertificateStore()
          This method returns the CertificateStore.
 

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

Methods in org.apache.geronimo.console.ca that return CertificateStore
protected  CertificateStore BaseCAHandler.getCertificateStore(javax.portlet.PortletRequest request)
          This method returns CertificateStore GBean.
 

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

Classes in org.apache.geronimo.security.ca that implement CertificateStore
 class FileCertificateStore
          A certificate store implementation using disk files.
 

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



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