Class TaggedContentInfo

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class TaggedContentInfo
    extends org.bouncycastle.asn1.ASN1Object
     TaggedContentInfo ::= SEQUENCE {
           bodyPartID              BodyPartID,
           contentInfo             ContentInfo
     }
     
    • Constructor Detail

    • Method Detail

      • getInstance

        public static TaggedContentInfo getInstance​(org.bouncycastle.asn1.ASN1TaggedObject obj,
                                                    boolean explicit)
      • 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
      • getBodyPartID

        public BodyPartID getBodyPartID()