Class Pkcs8EncryptedPrivateKeyInfoBuilder
- Namespace
- Enterprises.Org.BouncyCastle.Pkcs
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class Pkcs8EncryptedPrivateKeyInfoBuilder
- Inheritance
-
Pkcs8EncryptedPrivateKeyInfoBuilder
- Inherited Members
Constructors
Pkcs8EncryptedPrivateKeyInfoBuilder(PrivateKeyInfo)
public Pkcs8EncryptedPrivateKeyInfoBuilder(PrivateKeyInfo privateKeyInfo)
Parameters
privateKeyInfo
PrivateKeyInfo
Pkcs8EncryptedPrivateKeyInfoBuilder(byte[])
public Pkcs8EncryptedPrivateKeyInfoBuilder(byte[] privateKeyInfo)
Parameters
privateKeyInfo
byte[]
Methods
Build(ICipherBuilder)
public Pkcs8EncryptedPrivateKeyInfo Build(ICipherBuilder encryptor)
Parameters
encryptor
ICipherBuilder