public class ProtectedPart extends ASN1Object
Constructor and Description |
---|
ProtectedPart(PKIHeader header,
PKIBody body) |
Modifier and Type | Method and Description |
---|---|
PKIBody |
getBody() |
PKIHeader |
getHeader() |
static ProtectedPart |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
ProtectedPart ::= SEQUENCE {
header PKIHeader,
body PKIBody
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public static ProtectedPart getInstance(java.lang.Object o)
public PKIHeader getHeader()
public PKIBody getBody()
public ASN1Primitive toASN1Primitive()
ProtectedPart ::= SEQUENCE { header PKIHeader, body PKIBody }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object