<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />

EncryptedKey

public virtual bool IsEncryptedValue { get; }

public virtual Asn1Encodable Value { get; }

public EncryptedKey(EnvelopedData envelopedData)

public EncryptedKey(EncryptedValue encryptedValue)

public static EncryptedKey GetInstance(object obj)

public static EncryptedKey GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static EncryptedKey GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)