Pkcs8EncryptedPrivateKeyInfoDecryptPrivateKeyInfo Method

Get a decryptor from the passed in provider and decrypt the encrypted private key info, returning the result.

Definition

Namespace: Org.BouncyCastle.Pkcs
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public PrivateKeyInfo DecryptPrivateKeyInfo(
	IDecryptorBuilderProvider inputDecryptorProvider
)

Parameters

inputDecryptorProvider  IDecryptorBuilderProvider
A provider to query for decryptors for the object.

Return Value

PrivateKeyInfo
The decrypted private key info structure.

See Also