Uses of Class
org.bouncycastle.cert.cmp.CMPException
-
Packages that use CMPException Package Description org.bouncycastle.cert.cmp Basic support package for handling and creating CMP (RFC 4210) certificate management messages. -
-
Uses of CMPException in org.bouncycastle.cert.cmp
Methods in org.bouncycastle.cert.cmp that throw CMPException Modifier and Type Method Description CertificateConfirmationContent
CertificateConfirmationContentBuilder. build(DigestCalculatorProvider digesterProvider)
ProtectedPKIMessage
ProtectedPKIMessageBuilder. build(ContentSigner signer)
Build a protected PKI message which has MAC based integrity protection.ProtectedPKIMessage
ProtectedPKIMessageBuilder. build(MacCalculator macCalculator)
Build a protected PKI message which has MAC based integrity protection.boolean
CertificateStatus. isVerified(X509CertificateHolder certHolder, DigestCalculatorProvider digesterProvider)
boolean
ProtectedPKIMessage. verify(PKMACBuilder pkMacBuilder, char[] password)
Verify a message with password based MAC protection.boolean
ProtectedPKIMessage. verify(ContentVerifierProvider verifierProvider)
Verify a message with a public key based signature attached.
-