Pkcs8EncryptedPrivateKeyInfoBuilderBuild Method

Create the encrypted private key info using the passed in encryptor.

Definition

Namespace: Org.BouncyCastle.Pkcs
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae

Parameters

encryptor  ICipherBuilder
The encryptor to use.

Return Value

Pkcs8EncryptedPrivateKeyInfo
An encrypted private key info containing the original private key info.

See Also