Table of Contents

Class RecipientEncryptedKey

Namespace
Enterprises.Org.BouncyCastle.Asn1.Cms
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class RecipientEncryptedKey : Asn1Encodable, IAsn1Convertible
Inheritance
RecipientEncryptedKey
Implements
Inherited Members

Constructors

RecipientEncryptedKey(KeyAgreeRecipientIdentifier, Asn1OctetString)

public RecipientEncryptedKey(KeyAgreeRecipientIdentifier id, Asn1OctetString encryptedKey)

Parameters

id KeyAgreeRecipientIdentifier
encryptedKey Asn1OctetString

Properties

EncryptedKey

public Asn1OctetString EncryptedKey { get; }

Property Value

Asn1OctetString

Identifier

public KeyAgreeRecipientIdentifier Identifier { get; }

Property Value

KeyAgreeRecipientIdentifier

Methods

GetInstance(Asn1TaggedObject, bool)

public static RecipientEncryptedKey GetInstance(Asn1TaggedObject obj, bool isExplicit)

Parameters

obj Asn1TaggedObject
isExplicit bool

Returns

RecipientEncryptedKey

GetInstance(object)

public static RecipientEncryptedKey GetInstance(object obj)

Parameters

obj object

Returns

RecipientEncryptedKey

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object