public interface IPrivateKeyDecryptor
Modifier and Type | Method and Description |
---|---|
PrivateKey |
decryptPrivateKey(String encryptedPrivateKey,
String passphrase)
Decrypts private key with provided passphrase using Bouncy Castle library
|
PrivateKey decryptPrivateKey(String encryptedPrivateKey, String passphrase)
encryptedPrivateKey
- Encoded private key string.passphrase
- Private key passphrase.