Package org.bouncycastle.asn1.cmc
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.ASN1ObjectTaggedContentInfo ::= SEQUENCE { bodyPartID BodyPartID, contentInfo ContentInfo }
-
-
Constructor Summary
Constructors Constructor Description TaggedContentInfo(BodyPartID bodyPartID, ContentInfo contentInfo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BodyPartIDgetBodyPartID()ContentInfogetContentInfo()static TaggedContentInfogetInstance(java.lang.Object o)static TaggedContentInfogetInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
-
-
Constructor Detail
-
TaggedContentInfo
public TaggedContentInfo(BodyPartID bodyPartID, ContentInfo contentInfo)
-
-
Method Detail
-
getInstance
public static TaggedContentInfo getInstance(java.lang.Object o)
-
getInstance
public static TaggedContentInfo getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
getBodyPartID
public BodyPartID getBodyPartID()
-
getContentInfo
public ContentInfo getContentInfo()
-
-