Org.BouncyCastle.Asn1.Crmf.EncryptedKey.EncryptedKey C# (CSharp) Method

EncryptedKey() public method

public EncryptedKey ( EncryptedValue encryptedValue ) : System
encryptedValue EncryptedValue
return System
        public EncryptedKey(EncryptedValue encryptedValue)
        {
            this.encryptedValue = encryptedValue;
        }

Same methods

EncryptedKey::EncryptedKey ( EnvelopedData envelopedData ) : System