Replace hardcoded parameters
This commit is contained in:
@@ -119,9 +119,9 @@ bool SerializeEncryptedPrivateKeyInfo(const RSA* private_key,
|
||||
// which is not allocated if the method fails. This parameter must not be
|
||||
// NULL.
|
||||
// Returns true if successful, false otherwise.
|
||||
bool DeserializeEncryptedPrivateKeyInfo(const std::string& serialized_private_key,
|
||||
const std::string& passphrase,
|
||||
RSA** private_key);
|
||||
bool DeserializeEncryptedPrivateKeyInfo(
|
||||
const std::string& serialized_private_key, const std::string& passphrase,
|
||||
RSA** private_key);
|
||||
|
||||
// Convert DER-encoded PKCS#1 RSAPrivateKey to DER-encoded PKCS#8
|
||||
// EncryptedPrivateKeyInfo.
|
||||
|
||||
Reference in New Issue
Block a user