public class PKIData extends ASN1Object
PKIData ::= SEQUENCE { controlSequence SEQUENCE SIZE(0..MAX) OF TaggedAttribute, reqSequence SEQUENCE SIZE(0..MAX) OF TaggedRequest, cmsSequence SEQUENCE SIZE(0..MAX) OF TaggedContentInfo, otherMsgSequence SEQUENCE SIZE(0..MAX) OF OtherMsg }
Constructor and Description |
---|
PKIData(TaggedAttribute[] controlSequence,
TaggedRequest[] reqSequence,
TaggedContentInfo[] cmsSequence,
OtherMsg[] otherMsgSequence) |
Modifier and Type | Method and Description |
---|---|
TaggedContentInfo[] |
getCmsSequence() |
TaggedAttribute[] |
getControlSequence() |
static PKIData |
getInstance(java.lang.Object src) |
OtherMsg[] |
getOtherMsgSequence() |
TaggedRequest[] |
getReqSequence() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public PKIData(TaggedAttribute[] controlSequence, TaggedRequest[] reqSequence, TaggedContentInfo[] cmsSequence, OtherMsg[] otherMsgSequence)
public static PKIData getInstance(java.lang.Object src)
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public TaggedAttribute[] getControlSequence()
public TaggedRequest[] getReqSequence()
public TaggedContentInfo[] getCmsSequence()
public OtherMsg[] getOtherMsgSequence()