public class DefaultPrivateKeyDecryptor extends Object implements PrivateKeyDecryptor
| Constructor and Description |
|---|
DefaultPrivateKeyDecryptor() |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
decryptPrivateKey(String encryptedPrivateKey,
String passphrase)
Decrypts private key using a passphrase.
|
public DefaultPrivateKeyDecryptor()
public PrivateKey decryptPrivateKey(String encryptedPrivateKey, String passphrase)
PrivateKeyDecryptordecryptPrivateKey in interface PrivateKeyDecryptor