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

Packages that use CertificateStoreException
org.apache.geronimo.management.geronimo   
org.apache.geronimo.security.ca   
 

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

Methods in org.apache.geronimo.management.geronimo that throw CertificateStoreException
 Certificate CertificateStore.getCACertificate()
          This method returns the CA's certificate stored in the store.
 Certificate CertificateStore.getCertificate(BigInteger sNo)
          This method returns a Certificate with a given serial number (if it exists in the store)
 String CertificateStore.getCertificateBase64Text(BigInteger sNo)
          This method returns base64 encoded certificate with a given serial number (if it exists in the store)
 BigInteger CertificateStore.getHighestSerialNumber()
          This method returns the highest certificate serial number in the store.
 BigInteger CertificateStore.getNextSerialNumber()
          This method returns the 'highest certificate serial number plus ONE' and increments the highest serial number in the store.
 boolean CertificateStore.setCertificateChallenge(BigInteger sNo, String challenge)
          This method stores the challenge phrase against the specified certificate serial number
 boolean CertificateStore.storeCACertificate(Certificate cert)
          This method stores the CA's certificate in the store.
 void CertificateStore.storeCertificate(Certificate cert)
          This method stores a given certificate.
 

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

Methods in org.apache.geronimo.security.ca that throw CertificateStoreException
 Certificate FileCertificateStore.getCACertificate()
          This method returns the CA's certificate stored in the store.
 Certificate FileCertificateStore.getCertificate(BigInteger sNo)
          This method returns a Certificate with a given serial number (if it exists in the store)
 String FileCertificateStore.getCertificateBase64Text(BigInteger sNo)
          This method returns base64 encoded certificate with a given serial number (if it exists in the store)
 BigInteger FileCertificateStore.getHighestSerialNumber()
          This method returns the highest certificate serial number in the store.
 BigInteger FileCertificateStore.getNextSerialNumber()
          This method returns the 'highest certificate serial number plus ONE' and increments the highest serial number in the store.
 boolean FileCertificateStore.storeCACertificate(Certificate cert)
          This method stores the CA's certificate in the store.
 void FileCertificateStore.storeCertificate(Certificate cert)
          This method stores a given certificate.
 



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