org.bouncycastle.asn1.cmp

Class CMPCertificate

Implemented Interfaces:
ASN1Choice, DEREncodable

public class CMPCertificate
extends ASN1Encodable
implements ASN1Choice

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Constructor Summary

CMPCertificate(X509CertificateStructure x509v3PKCert)

Method Summary

static CMPCertificate
getInstance(Object o)
X509CertificateStructure
getX509v3PKCert()
DERObject
toASN1Object()
 CMPCertificate ::= CHOICE {
            x509v3PKCert        Certificate
  }
 

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Constructor Details

CMPCertificate

public CMPCertificate(X509CertificateStructure x509v3PKCert)

Method Details

getInstance

public static CMPCertificate getInstance(Object o)

getX509v3PKCert

public X509CertificateStructure getX509v3PKCert()

toASN1Object

public DERObject toASN1Object()
 CMPCertificate ::= CHOICE {
            x509v3PKCert        Certificate
  }
 
Overrides:
toASN1Object in interface ASN1Encodable
Returns:
a basic ASN.1 object representation.