Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.cmp
Class CertificateConfirmationContent

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

public class CertificateConfirmationContent
extends java.lang.Object

Carrier class for a CertConfirmContent message.


Constructor Summary
CertificateConfirmationContent(org.bouncycastle.asn1.cmp.CertConfirmContent content)
           
CertificateConfirmationContent(org.bouncycastle.asn1.cmp.CertConfirmContent content, DigestAlgorithmIdentifierFinder digestAlgFinder)
           
 
Method Summary
static CertificateConfirmationContent fromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody)
           
static CertificateConfirmationContent fromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody, DigestAlgorithmIdentifierFinder digestAlgFinder)
           
 CertificateStatus[] getStatusMessages()
           
static boolean isCertificateConfirmationContent(int bodyType)
           
 org.bouncycastle.asn1.cmp.CertConfirmContent toASN1Structure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateConfirmationContent

public CertificateConfirmationContent(org.bouncycastle.asn1.cmp.CertConfirmContent content)

CertificateConfirmationContent

public CertificateConfirmationContent(org.bouncycastle.asn1.cmp.CertConfirmContent content,
                                      DigestAlgorithmIdentifierFinder digestAlgFinder)
Method Detail

fromPKIBody

public static CertificateConfirmationContent fromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody)

fromPKIBody

public static CertificateConfirmationContent fromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody,
                                                         DigestAlgorithmIdentifierFinder digestAlgFinder)

isCertificateConfirmationContent

public static boolean isCertificateConfirmationContent(int bodyType)

toASN1Structure

public org.bouncycastle.asn1.cmp.CertConfirmContent toASN1Structure()

getStatusMessages

public CertificateStatus[] getStatusMessages()

Bouncy Castle Cryptography Library 1.79