org.bouncycastle.asn1.cmp
public class ProtectedPart extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
PKIBody |
getBody() |
PKIHeader |
getHeader() |
static ProtectedPart |
getInstance(java.lang.Object o) |
DERObject |
toASN1Object()
ProtectedPart ::= SEQUENCE {
header PKIHeader,
body PKIBody
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static ProtectedPart getInstance(java.lang.Object o)
public PKIHeader getHeader()
public PKIBody getBody()
public DERObject toASN1Object()
ProtectedPart ::= SEQUENCE { header PKIHeader, body PKIBody }
toASN1Object
in class ASN1Encodable