Pkcs8EncryptedPrivateKeyInfo(Byte) Constructor
Base constructor from a BER encoding of a PKCS#8 EncryptedPrivateKeyInfo object.
Namespace: Org.BouncyCastle.PkcsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public Pkcs8EncryptedPrivateKeyInfo(
byte[] encryptedPrivateKeyInfo
)
Public Sub New (
encryptedPrivateKeyInfo As Byte()
)
public:
Pkcs8EncryptedPrivateKeyInfo(
array<unsigned char>^ encryptedPrivateKeyInfo
)
Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo = function(encryptedPrivateKeyInfo);
Parameters
- encryptedPrivateKeyInfo Byte
- A BER encoding of a PKCS#8 EncryptedPrivateKeyInfo objects.