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

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

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.
 



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