Pkcs8EncryptedPrivateKeyInfo(Byte) Constructor

Base constructor from a BER encoding of a PKCS#8 EncryptedPrivateKeyInfo object.

Definition

Namespace: Org.BouncyCastle.Pkcs
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public Pkcs8EncryptedPrivateKeyInfo(
	byte[] encryptedPrivateKeyInfo
)

Parameters

encryptedPrivateKeyInfo  Byte
A BER encoding of a PKCS#8 EncryptedPrivateKeyInfo objects.

See Also