public static interface SecretKeys.PassphraseSupplier
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassphrase()
Supplies a passphrase.
|
char[] getPassphrase()
throws org.bouncycastle.openpgp.PGPException,
CanceledException,
UnsupportedCredentialItem,
URISyntaxException
org.bouncycastle.openpgp.PGPException - if no passphrase can be obtainedCanceledException - if the user canceled passphrase entryUnsupportedCredentialItem - if an internal error occurredURISyntaxException - if an internal error occurredCopyright © 2021 Eclipse JGit Project. All rights reserved.