public Pkcs8EncryptedPrivateKeyInfoBuilder(
byte[] privateKeyInfo
)
Public Sub New (
privateKeyInfo As Byte()
)
public:
Pkcs8EncryptedPrivateKeyInfoBuilder(
array<unsigned char>^ privateKeyInfo
)
Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfoBuilder = function(privateKeyInfo);