public interface KeyPassphraseProvider
Modifier and Type | Interface and Description |
---|---|
static class |
KeyPassphraseProvider.DefaultKeyPassphraseProvider |
Modifier and Type | Method and Description |
---|---|
char[] |
getKeyPassword(OpenPGPKey.OpenPGPSecretKey key)
Return the passphrase for the given key.
|
char[] getKeyPassword(OpenPGPKey.OpenPGPSecretKey key)
key
- the locked (sub-)key.