public class CMPCertificate extends ASN1Encodable implements ASN1Choice
| Modifier and Type | Field and Description |
|---|---|
private X509CertificateStructure |
x509v3PKCert |
BER, DER| Constructor and Description |
|---|
CMPCertificate(X509CertificateStructure x509v3PKCert) |
| Modifier and Type | Method and Description |
|---|---|
static CMPCertificate |
getInstance(java.lang.Object o) |
X509CertificateStructure |
getX509v3PKCert() |
DERObject |
toASN1Object()
CMPCertificate ::= CHOICE {
x509v3PKCert Certificate
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeprivate X509CertificateStructure x509v3PKCert
public CMPCertificate(X509CertificateStructure x509v3PKCert)
public static CMPCertificate getInstance(java.lang.Object o)
public X509CertificateStructure getX509v3PKCert()
public DERObject toASN1Object()
CMPCertificate ::= CHOICE {
x509v3PKCert Certificate
}
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.