public interface SecretKeyRestoreSelectionCallback
| Modifier and Type | Method and Description |
|---|---|
org.pgpainless.key.OpenPgpV4Fingerprint |
selectSecretKeyToRestore(java.util.Set<org.pgpainless.key.OpenPgpV4Fingerprint> availableSecretKeys)
Let the user choose, which SecretKey they want to restore as the new primary OpenPGP signing key.
|
org.pgpainless.key.OpenPgpV4Fingerprint selectSecretKeyToRestore(java.util.Set<org.pgpainless.key.OpenPgpV4Fingerprint> availableSecretKeys)
availableSecretKeys - Set of OpenPgpV4Fingerprints of the keys which are contained
in the backup.OpenPgpV4Fingerprint of the key the user wants to restore as the new primary
signing key.