Interface SecretKeyBackupSelectionCallback
-
public interface SecretKeyBackupSelectionCallback
Callback to allow the user to decide, which locally available secret keys they want to include in a backup.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<org.pgpainless.key.OpenPgpV4Fingerprint>
selectKeysToBackup(Set<org.pgpainless.key.OpenPgpV4Fingerprint> availableSecretKeys)
Let the user decide, which secret keys they want to backup.
-
-
-
Method Detail
-
selectKeysToBackup
Set<org.pgpainless.key.OpenPgpV4Fingerprint> selectKeysToBackup(Set<org.pgpainless.key.OpenPgpV4Fingerprint> availableSecretKeys)
Let the user decide, which secret keys they want to backup.
-
-