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