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.ASN1Object
TaggedContentInfo ::= 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 BodyPartID
getBodyPartID()
ContentInfo
getContentInfo()
static TaggedContentInfo
getInstance(Object o)
static TaggedContentInfo
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Constructor Detail
-
TaggedContentInfo
public TaggedContentInfo(BodyPartID bodyPartID, ContentInfo contentInfo)
-
-
Method Detail
-
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 interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
getBodyPartID
public BodyPartID getBodyPartID()
-
getContentInfo
public ContentInfo getContentInfo()
-
-