org.bouncycastle.asn1.cmp
Class ProtectedPart
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Object
|
+--org.bouncycastle.asn1.cmp.ProtectedPart
- All Implemented Interfaces:
- ASN1Encodable, Encodable
- public class ProtectedPart
- extends ASN1Object
ProtectedPart ::= SEQUENCE {
header PKIHeader,
body PKIBody
}
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ProtectedPart
public ProtectedPart(PKIHeader header,
PKIBody body)
getInstance
public static ProtectedPart getInstance(java.lang.Object o)
getHeader
public PKIHeader getHeader()
getBody
public PKIBody getBody()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- ProtectedPart ::= SEQUENCE {
header PKIHeader,
body PKIBody
}
- Overrides:
toASN1Primitive
in class ASN1Object
- Returns:
- a basic ASN.1 object representation.