Class TaggedContentInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.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 Details

  • Method Details

    • getInstance

      public static TaggedContentInfo getInstance(Object o)
    • 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()
    • getContentInfo

      public ContentInfo getContentInfo()