public class PKIMessage extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
PKIBody |
getBody() |
PKIHeader |
getHeader() |
static PKIMessage |
getInstance(java.lang.Object o) |
DERObject |
toASN1Object()
PKIMessage ::= SEQUENCE {
header PKIHeader,
body PKIBody,
protection [0] PKIProtection OPTIONAL,
extraCerts [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
OPTIONAL
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static PKIMessage getInstance(java.lang.Object o)
public PKIHeader getHeader()
public PKIBody getBody()
public DERObject toASN1Object()
PKIMessage ::= SEQUENCE { header PKIHeader, body PKIBody, protection [0] PKIProtection OPTIONAL, extraCerts [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate OPTIONAL }
toASN1Object
in class ASN1Encodable