Class OtherRecipientInfo
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Cms
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class OtherRecipientInfo : Asn1Encodable, IAsn1Convertible
- Inheritance
-
OtherRecipientInfo
- Implements
-
- Inherited Members
-
Constructors
OtherRecipientInfo(Asn1Sequence)
[Obsolete("Use GetInstance() instead")]
public OtherRecipientInfo(Asn1Sequence seq)
Parameters
seq
Asn1Sequence
OtherRecipientInfo(DerObjectIdentifier, Asn1Encodable)
public OtherRecipientInfo(DerObjectIdentifier oriType, Asn1Encodable oriValue)
Parameters
oriType
DerObjectIdentifier
oriValue
Asn1Encodable
Properties
OriType
public virtual DerObjectIdentifier OriType { get; }
Property Value
- DerObjectIdentifier
OriValue
public virtual Asn1Encodable OriValue { get; }
Property Value
- Asn1Encodable
Methods
GetInstance(Asn1TaggedObject, bool)
public static OtherRecipientInfo GetInstance(Asn1TaggedObject obj, bool explicitly)
Parameters
obj
Asn1TaggedObject
explicitly
bool
Returns
- OtherRecipientInfo
GetInstance(object)
public static OtherRecipientInfo GetInstance(object obj)
Parameters
obj
object
Returns
- OtherRecipientInfo
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object