org.bouncycastle.cert.cmp
Class CertificateStatus
java.lang.Object
|
+--org.bouncycastle.cert.cmp.CertificateStatus
- public class CertificateStatus
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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