Class OtherRecipientInfo
- Namespace
- Org.BouncyCastle.Asn1.Cms
- Assembly
- BouncyCastle.Cryptography.dll
public class OtherRecipientInfo : Asn1Encodable, IAsn1Convertible
- Inheritance
-
OtherRecipientInfo
- Implements
-
- Inherited Members
-
Constructors
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
GetTagged(Asn1TaggedObject, bool)
public static OtherRecipientInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- OtherRecipientInfo
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object