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(Object o) |
ASN1Primitive |
toASN1Primitive()
ProtectedPart ::= SEQUENCE {
header PKIHeader,
body PKIBody
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static ProtectedPart getInstance(Object o)
public PKIHeader getHeader()
public PKIBody getBody()
public ASN1Primitive toASN1Primitive()
ProtectedPart ::= SEQUENCE {
header PKIHeader,
body PKIBody
}
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1ObjectCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.