org.bouncycastle.asn1.cmc
Class OtherMsg
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Object
|
+--org.bouncycastle.asn1.cmc.OtherMsg
- All Implemented Interfaces:
- org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
- public class OtherMsg
- extends org.bouncycastle.asn1.ASN1Object
OtherMsg ::= SEQUENCE {
bodyPartID BodyPartID,
otherMsgType OBJECT IDENTIFIER,
otherMsgValue ANY DEFINED BY otherMsgType }
Constructor Summary |
OtherMsg(BodyPartID bodyPartID,
org.bouncycastle.asn1.ASN1ObjectIdentifier otherMsgType,
org.bouncycastle.asn1.ASN1Encodable otherMsgValue)
|
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
OtherMsg
public OtherMsg(BodyPartID bodyPartID,
org.bouncycastle.asn1.ASN1ObjectIdentifier otherMsgType,
org.bouncycastle.asn1.ASN1Encodable otherMsgValue)
getInstance
public static OtherMsg getInstance(java.lang.Object o)
getInstance
public static OtherMsg getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit)
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Overrides:
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
getBodyPartID
public BodyPartID getBodyPartID()
getOtherMsgType
public org.bouncycastle.asn1.ASN1ObjectIdentifier getOtherMsgType()
getOtherMsgValue
public org.bouncycastle.asn1.ASN1Encodable getOtherMsgValue()