Package org.bouncycastle.cert.cmp
Class CertificateConfirmationContentBuilder
java.lang.Object
org.bouncycastle.cert.cmp.CertificateConfirmationContentBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateConfirmationContentBuilder
(DigestAlgorithmIdentifierFinder digestAlgFinder) -
Method Summary
Modifier and TypeMethodDescriptionaddAcceptedCertificate
(X509CertificateHolder certHolder, BigInteger certReqID) build
(DigestCalculatorProvider digesterProvider)
-
Constructor Details
-
CertificateConfirmationContentBuilder
public CertificateConfirmationContentBuilder() -
CertificateConfirmationContentBuilder
-
-
Method Details
-
addAcceptedCertificate
public CertificateConfirmationContentBuilder addAcceptedCertificate(X509CertificateHolder certHolder, BigInteger certReqID) -
build
public CertificateConfirmationContent build(DigestCalculatorProvider digesterProvider) throws CMPException - Throws:
CMPException
-