public class OtherMsg
extends org.bouncycastle.asn1.ASN1Object
OtherMsg ::= SEQUENCE {
bodyPartID BodyPartID,
otherMsgType OBJECT IDENTIFIER,
otherMsgValue ANY DEFINED BY otherMsgType }
| Constructor and Description |
|---|
OtherMsg(BodyPartID bodyPartID,
org.bouncycastle.asn1.ASN1ObjectIdentifier otherMsgType,
org.bouncycastle.asn1.ASN1Encodable otherMsgValue) |
| Modifier and Type | Method and Description |
|---|---|
BodyPartID |
getBodyPartID() |
static OtherMsg |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static OtherMsg |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getOtherMsgType() |
org.bouncycastle.asn1.ASN1Encodable |
getOtherMsgValue() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public OtherMsg(BodyPartID bodyPartID, org.bouncycastle.asn1.ASN1ObjectIdentifier otherMsgType, org.bouncycastle.asn1.ASN1Encodable otherMsgValue)
public static OtherMsg getInstance(java.lang.Object o)
public static OtherMsg getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic BodyPartID getBodyPartID()
public org.bouncycastle.asn1.ASN1ObjectIdentifier getOtherMsgType()
public org.bouncycastle.asn1.ASN1Encodable getOtherMsgValue()