Class PKIData

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.PKIData
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class PKIData extends org.bouncycastle.asn1.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 Details

  • Method Details

    • getInstance

      public static PKIData getInstance(Object src)
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
    • getControlSequence

      public TaggedAttribute[] getControlSequence()
    • getReqSequence

      public TaggedRequest[] getReqSequence()
    • getCmsSequence

      public TaggedContentInfo[] getCmsSequence()
    • getOtherMsgSequence

      public OtherMsg[] getOtherMsgSequence()