org.bouncycastle.asn1.cms
Class OtherRecipientInfo
- DEREncodable
public class OtherRecipientInfo
OtherRecipientInfo
public OtherRecipientInfo(ASN1Sequence seq)
getInstance
public static OtherRecipientInfo getInstance(Object obj)
return a OtherRecipientInfo object from the given object.
obj
- the object we want converted.
getInstance
public static OtherRecipientInfo getInstance(ASN1TaggedObject obj,
boolean explicit)
return a OtherRecipientInfo object from a tagged object.
obj
- the tagged object holding the object we want.explicit
- true if the object is meant to be explicitly
tagged false otherwise.
toASN1Object
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
OtherRecipientInfo ::= SEQUENCE {
oriType OBJECT IDENTIFIER,
oriValue ANY DEFINED BY oriType }
- toASN1Object in interface ASN1Encodable