public class OtherMsg
extends ASN1Object
| Constructor and Description |
|---|
OtherMsg(BodyPartID bodyPartID,
ASN1ObjectIdentifier otherMsgType,
ASN1Encodable otherMsgValue) |
| Modifier and Type | Method and Description |
|---|---|
BodyPartID |
getBodyPartID() |
static OtherMsg |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static OtherMsg |
getInstance(java.lang.Object o) |
ASN1ObjectIdentifier |
getOtherMsgType() |
ASN1Encodable |
getOtherMsgValue() |
ASN1Primitive |
toASN1Primitive() |
public OtherMsg(BodyPartID bodyPartID, ASN1ObjectIdentifier otherMsgType, ASN1Encodable otherMsgValue)
public static OtherMsg getInstance(java.lang.Object o)
public static OtherMsg getInstance(ASN1TaggedObject obj, boolean explicit)
public ASN1Primitive toASN1Primitive()
public BodyPartID getBodyPartID()
public ASN1ObjectIdentifier getOtherMsgType()
public ASN1Encodable getOtherMsgValue()