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

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

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

Methods in org.apache.geronimo.management.geronimo that throw CertificationAuthorityException
 Certificate CertificationAuthority.getCertificate()
          This method returns CA's own certificate.
 Certificate CertificationAuthority.getCertificate(BigInteger sNo)
          This method retrieves a certificate with the specified serial number.
 String CertificationAuthority.getCertificateBase64Text(BigInteger sNo)
          This method retrieves a certificate with the specified serial number.
 BigInteger CertificationAuthority.getHighestSerialNumber()
          This method returns the highest serial number used by the CA.
 X500Principal CertificationAuthority.getName()
          This method returns CA's name.
 BigInteger CertificationAuthority.getNextSerialNumber()
          This method returns the next serial number that can be used to issue a certificate and increments the highest serial number.
 boolean CertificationAuthority.isCertificateIssued(BigInteger sNo)
          This method checks if a Certificate with a given serial number is already issued.
 Certificate CertificationAuthority.issueCertificate(X500Principal subject, PublicKey publicKey, BigInteger sNo, Date validFromDate, Date validToDate, String algorithm)
          This method issues a certificate.
 void CertificationAuthority.issueOwnCertificate(BigInteger sNo, Date validFromDate, Date validToDate, String algorithm)
          This method makes the CA issue a self-signed certificate with given details.
 void CertificationAuthority.unlock(char[] password)
          This method unlocks the CA.
 

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

Methods in org.apache.geronimo.security.ca that throw CertificationAuthorityException
 Certificate GeronimoCertificationAuthority.getCertificate()
          This method returns CA's own certificate.
 Certificate GeronimoCertificationAuthority.getCertificate(BigInteger sNo)
          This method retrieves a certificate with the specified serial number.
 String GeronimoCertificationAuthority.getCertificateBase64Text(BigInteger sNo)
          This method retrieves a certificate with the specified serial number.
 BigInteger GeronimoCertificationAuthority.getHighestSerialNumber()
          This method returns the highest serial number used by the CA.
 X500Principal GeronimoCertificationAuthority.getName()
          This method returns CA's name.
 BigInteger GeronimoCertificationAuthority.getNextSerialNumber()
          This method returns the next serial number that can be used to issue a certificate and increments the highest serial number.
 boolean GeronimoCertificationAuthority.isCertificateIssued(BigInteger sNo)
          This method checks if a Certificate with a given serial number is already issued.
 Certificate GeronimoCertificationAuthority.issueCertificate(X500Principal subject, PublicKey publicKey, BigInteger sNo, Date validFromDate, Date validToDate, String algorithm)
          This method issues a certificate.
 void GeronimoCertificationAuthority.issueOwnCertificate(BigInteger sNo, Date validFromDate, Date validToDate, String algorithm)
          This method makes the CA issue a self-signed certificate with given details.
 void GeronimoCertificationAuthority.unlock(char[] password)
          This method unlocks the CA.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.