public class TaggedContentInfo extends ASN1Object
TaggedContentInfo ::= SEQUENCE {
bodyPartID BodyPartID,
contentInfo ContentInfo
}
| 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()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic TaggedContentInfo(BodyPartID bodyPartID, ContentInfo contentInfo)
public static TaggedContentInfo getInstance(java.lang.Object o)
public static TaggedContentInfo getInstance(ASN1TaggedObject obj, boolean explicit)
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Objectpublic BodyPartID getBodyPartID()
public ContentInfo getContentInfo()