public class ProtectedPart extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
private PKIBody |
body |
private PKIHeader |
header |
BER, DER
Modifier | Constructor and Description |
---|---|
private |
ProtectedPart(ASN1Sequence seq) |
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
private ProtectedPart(ASN1Sequence seq)
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
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.