Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.cmp
Class CertificateConfirmationContentBuilder

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

public class CertificateConfirmationContentBuilder
extends java.lang.Object

Builder class for a CertConfirmContent message.


Constructor Summary
CertificateConfirmationContentBuilder()
           
CertificateConfirmationContentBuilder(DigestAlgorithmIdentifierFinder digestAlgFinder)
           
 
Method Summary
 CertificateConfirmationContentBuilder addAcceptedCertificate(org.bouncycastle.asn1.cmp.CMPCertificate cmpCertificate, org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlg, org.bouncycastle.asn1.ASN1Integer certReqID)
           
 CertificateConfirmationContentBuilder addAcceptedCertificate(X509CertificateHolder certHolder, org.bouncycastle.asn1.ASN1Integer certReqID)
           
 CertificateConfirmationContentBuilder addAcceptedCertificate(X509CertificateHolder certHolder, java.math.BigInteger certReqID)
           
 CertificateConfirmationContent build(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(DigestAlgorithmIdentifierFinder digestAlgFinder)
Method Detail

addAcceptedCertificate

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

addAcceptedCertificate

public CertificateConfirmationContentBuilder addAcceptedCertificate(X509CertificateHolder certHolder,
                                                                    org.bouncycastle.asn1.ASN1Integer certReqID)

addAcceptedCertificate

public CertificateConfirmationContentBuilder addAcceptedCertificate(org.bouncycastle.asn1.cmp.CMPCertificate cmpCertificate,
                                                                    org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlg,
                                                                    org.bouncycastle.asn1.ASN1Integer certReqID)

build

public CertificateConfirmationContent build(DigestCalculatorProvider digesterProvider)
                                     throws CMPException

Bouncy Castle Cryptography Library 1.79