Table of Contents

Class EncryptedKey

Namespace
Enterprises.Org.BouncyCastle.Asn1.Crmf
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class EncryptedKey : Asn1Encodable, IAsn1Convertible, IAsn1Choice
Inheritance
EncryptedKey
Implements
Inherited Members

Constructors

EncryptedKey(EnvelopedData)

public EncryptedKey(EnvelopedData envelopedData)

Parameters

envelopedData EnvelopedData

EncryptedKey(EncryptedValue)

public EncryptedKey(EncryptedValue encryptedValue)

Parameters

encryptedValue EncryptedValue

Properties

IsEncryptedValue

public virtual bool IsEncryptedValue { get; }

Property Value

bool

Value

public virtual Asn1Encodable Value { get; }

Property Value

Asn1Encodable

Methods

GetInstance(object)

public static EncryptedKey GetInstance(object o)

Parameters

o object

Returns

EncryptedKey

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object