public Pkcs8EncryptedPrivateKeyInfoBuilder(
PrivateKeyInfo privateKeyInfo
)
Public Sub New (
privateKeyInfo As PrivateKeyInfo
)
public:
Pkcs8EncryptedPrivateKeyInfoBuilder(
PrivateKeyInfo^ privateKeyInfo
)
Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfoBuilder = function(privateKeyInfo);