ASN1Encodable, Encodablepublic 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, toASN1Objectpublic 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()