Class TaggedContentInfo

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

public class TaggedContentInfo extends ASN1Object
 TaggedContentInfo ::= SEQUENCE {
       bodyPartID              BodyPartID,
       contentInfo             ContentInfo
 }