Uses of Class
org.bouncycastle.cert.cmp.CMPException
Packages that use CMPException
-
Uses of CMPException in org.bouncycastle.cert.cmp
Methods in org.bouncycastle.cert.cmp that throw CMPExceptionModifier and TypeMethodDescriptionCertificateConfirmationContentBuilder.build(DigestCalculatorProvider digesterProvider) ProtectedPKIMessageBuilder.build(ContentSigner signer) Build a protected PKI message which has MAC based integrity protection.ProtectedPKIMessageBuilder.build(MacCalculator macCalculator) Build a protected PKI message which has MAC based integrity protection.booleanCertificateStatus.isVerified(org.bouncycastle.asn1.cmp.CMPCertificate cmpCert, AlgorithmIdentifier signatureAlgorithm, DigestCalculatorProvider digesterProvider) booleanCertificateStatus.isVerified(X509CertificateHolder certHolder, DigestCalculatorProvider digesterProvider) booleanProtectedPKIMessage.verify(ContentVerifierProvider verifierProvider) Verify a message with a public key based signature attached.booleanProtectedPKIMessage.verify(PBEMacCalculatorProvider pbeMacCalculatorProvider, char[] password) Verify a message with password based MAC protection.