Interface SecretKeyPassphraseCallback
-
public interface SecretKeyPassphraseCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.pgpainless.util.Passphrase
onPassphraseNeeded(org.pgpainless.key.OpenPgpV4Fingerprint fingerprint)
This method gets called in case a passphrase is needed for a secret key.
-