public static EncryptedPrivateKeyInfo CreateEncryptedPrivateKeyInfo(
DerObjectIdentifier algorithm,
char[] passPhrase,
byte[] salt,
int iterationCount,
AsymmetricKeyParameter key
)
Public Shared Function CreateEncryptedPrivateKeyInfo (
algorithm As DerObjectIdentifier,
passPhrase As Char(),
salt As Byte(),
iterationCount As Integer,
key As AsymmetricKeyParameter
) As EncryptedPrivateKeyInfo
public:
static EncryptedPrivateKeyInfo^ CreateEncryptedPrivateKeyInfo(
DerObjectIdentifier^ algorithm,
array<wchar_t>^ passPhrase,
array<unsigned char>^ salt,
int iterationCount,
AsymmetricKeyParameter^ key
)
Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory.CreateEncryptedPrivateKeyInfo = function(algorithm, passPhrase, salt, iterationCount, key);