Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.cmc
Class OtherMsg

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.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)
           
 
Method Summary
 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()
           
 
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
 

Constructor Detail

OtherMsg

public OtherMsg(BodyPartID bodyPartID,
                org.bouncycastle.asn1.ASN1ObjectIdentifier otherMsgType,
                org.bouncycastle.asn1.ASN1Encodable otherMsgValue)
Method Detail

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()

getBodyPartID

public BodyPartID getBodyPartID()

getOtherMsgType

public org.bouncycastle.asn1.ASN1ObjectIdentifier getOtherMsgType()

getOtherMsgValue

public org.bouncycastle.asn1.ASN1Encodable getOtherMsgValue()

Bouncy Castle Cryptography Library 1.79