public class TaggedContentInfo
extends ASN1Object
| Constructor and Description |
|---|
TaggedContentInfo(BodyPartID bodyPartID,
ContentInfo contentInfo) |
| Modifier and Type | Method and Description |
|---|---|
BodyPartID |
getBodyPartID() |
ContentInfo |
getContentInfo() |
static TaggedContentInfo |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static TaggedContentInfo |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive() |
public TaggedContentInfo(BodyPartID bodyPartID, ContentInfo contentInfo)
public static TaggedContentInfo getInstance(java.lang.Object o)
public static TaggedContentInfo getInstance(ASN1TaggedObject obj, boolean explicit)
public ASN1Primitive toASN1Primitive()
public BodyPartID getBodyPartID()
public ContentInfo getContentInfo()