public class OtherMsg extends ASN1Object
OtherMsg ::= SEQUENCE { bodyPartID BodyPartID, otherMsgType OBJECT IDENTIFIER, otherMsgValue ANY DEFINED BY otherMsgType }
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()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
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()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public BodyPartID getBodyPartID()
public ASN1ObjectIdentifier getOtherMsgType()
public ASN1Encodable getOtherMsgValue()