|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmp.ProtectedPart
public class ProtectedPart
Constructor Summary | |
---|---|
ProtectedPart(PKIHeader header,
PKIBody body)
|
Method Summary | |
---|---|
PKIBody |
getBody()
|
PKIHeader |
getHeader()
|
static ProtectedPart |
getInstance(java.lang.Object o)
|
ASN1Primitive |
toASN1Primitive()
ProtectedPart ::= SEQUENCE { header PKIHeader, body PKIBody } |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProtectedPart(PKIHeader header, PKIBody body)
Method Detail |
---|
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
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |