Class CertificateStatus


  • public class CertificateStatus
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getCertRequestID()  
      org.bouncycastle.asn1.cmp.PKIStatusInfo getStatusInfo()  
      boolean isVerified​(org.bouncycastle.asn1.cmp.CMPCertificate cmpCert, org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm, org.bouncycastle.operator.DigestCalculatorProvider digesterProvider)  
      boolean isVerified​(X509CertificateHolder certHolder, org.bouncycastle.operator.DigestCalculatorProvider digesterProvider)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStatusInfo

        public org.bouncycastle.asn1.cmp.PKIStatusInfo getStatusInfo()
      • getCertRequestID

        public java.math.BigInteger getCertRequestID()
      • isVerified

        public boolean isVerified​(org.bouncycastle.asn1.cmp.CMPCertificate cmpCert,
                                  org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm,
                                  org.bouncycastle.operator.DigestCalculatorProvider digesterProvider)
                           throws CMPException
        Throws:
        CMPException