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