Package org.bouncycastle.cert.cmp
Class CertificateStatus
java.lang.Object
org.bouncycastle.cert.cmp.CertificateStatus
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.cmp.PKIStatusInfo
boolean
isVerified
(org.bouncycastle.asn1.cmp.CMPCertificate cmpCert, org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm, DigestCalculatorProvider digesterProvider) boolean
isVerified
(X509CertificateHolder certHolder, DigestCalculatorProvider digesterProvider)
-
Method Details
-
getStatusInfo
public org.bouncycastle.asn1.cmp.PKIStatusInfo getStatusInfo() -
getCertRequestID
-
isVerified
public boolean isVerified(X509CertificateHolder certHolder, DigestCalculatorProvider digesterProvider) throws CMPException - Throws:
CMPException
-
isVerified
public boolean isVerified(org.bouncycastle.asn1.cmp.CMPCertificate cmpCert, org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm, DigestCalculatorProvider digesterProvider) throws CMPException - Throws:
CMPException
-