Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.cmp
Class CertificateStatus

java.lang.Object
  |
  +--org.bouncycastle.cert.cmp.CertificateStatus

public class CertificateStatus
extends java.lang.Object


Method Summary
 java.math.BigInteger getCertRequestID()
           
 org.bouncycastle.asn1.cmp.PKIStatusInfo getStatusInfo()
           
 boolean isVerified(org.bouncycastle.asn1.cmp.CMPCertificate cmpCert, org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm, DigestCalculatorProvider digesterProvider)
           
 boolean isVerified(X509CertificateHolder certHolder, 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(X509CertificateHolder certHolder,
                          DigestCalculatorProvider digesterProvider)
                   throws CMPException

isVerified

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

Bouncy Castle Cryptography Library 1.79