Bouncy Castle Cryptography 1.64

org.bouncycastle.cert.cmp
Class CertificateConfirmationContentBuilder

java.lang.Object
  |
  +--org.bouncycastle.cert.cmp.CertificateConfirmationContentBuilder

public class CertificateConfirmationContentBuilder
extends java.lang.Object


Constructor Summary
CertificateConfirmationContentBuilder()
           
CertificateConfirmationContentBuilder(org.bouncycastle.operator.DigestAlgorithmIdentifierFinder digestAlgFinder)
           
 
Method Summary
 CertificateConfirmationContentBuilder addAcceptedCertificate(X509CertificateHolder certHolder, java.math.BigInteger certReqID)
           
 CertificateConfirmationContent build(org.bouncycastle.operator.DigestCalculatorProvider digesterProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateConfirmationContentBuilder

public CertificateConfirmationContentBuilder()

CertificateConfirmationContentBuilder

public CertificateConfirmationContentBuilder(org.bouncycastle.operator.DigestAlgorithmIdentifierFinder digestAlgFinder)
Method Detail

addAcceptedCertificate

public CertificateConfirmationContentBuilder addAcceptedCertificate(X509CertificateHolder certHolder,
                                                                    java.math.BigInteger certReqID)

build

public CertificateConfirmationContent build(org.bouncycastle.operator.DigestCalculatorProvider digesterProvider)
                                     throws CMPException

Bouncy Castle Cryptography 1.64