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
Modifier and TypeMethodDescriptionSet<org.pgpainless.key.OpenPgpV4Fingerprint>selectKeysToBackup(Set<org.pgpainless.key.OpenPgpV4Fingerprint> availableSecretKeys) Let the user decide, which secret keys they want to backup. 
- 
Method Details
- 
selectKeysToBackup
Set<org.pgpainless.key.OpenPgpV4Fingerprint> selectKeysToBackup(Set<org.pgpainless.key.OpenPgpV4Fingerprint> availableSecretKeys) Let the user decide, which secret keys they want to backup. 
 -