public interface SecretKeyBackupSelectionCallback
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<org.pgpainless.key.OpenPgpV4Fingerprint> |
selectKeysToBackup(java.util.Set<org.pgpainless.key.OpenPgpV4Fingerprint> availableSecretKeys)
Let the user decide, which secret keys they want to backup.
|
java.util.Set<org.pgpainless.key.OpenPgpV4Fingerprint> selectKeysToBackup(java.util.Set<org.pgpainless.key.OpenPgpV4Fingerprint> availableSecretKeys)
availableSecretKeys - Set of OpenPgpV4Fingerprints of locally available
OpenPGP secret keys.Set which contains the OpenPgpV4Fingerprints the user decided to include
in the backup.