public class ProtectedPart extends ASN1Encodable
BER, DER
Constructor and Description |
---|
ProtectedPart(PKIHeader header,
PKIBody body) |
Modifier and Type | Method and Description |
---|---|
PKIBody |
getBody() |
PKIHeader |
getHeader() |
static ProtectedPart |
getInstance(Object o) |
DERObject |
toASN1Object()
ProtectedPart ::= SEQUENCE {
header PKIHeader,
body PKIBody
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static ProtectedPart getInstance(Object o)
public PKIHeader getHeader()
public PKIBody getBody()
public DERObject toASN1Object()
ProtectedPart ::= SEQUENCE { header PKIHeader, body PKIBody }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.