Interface PGPPassphraseAccessor
- All Known Implementing Classes:
DefaultPGPPassphraseAccessor
public interface PGPPassphraseAccessor
Access to the password for a user Id.
-
Method Summary
Modifier and TypeMethodDescriptiongetPassphrase(String userId) Returns the passphrase for a user Id
-
Method Details
-
getPassphrase
Returns the passphrase for a user Id- Parameters:
userId- user Id, can benull- Returns:
- the passphrase for the user Id, or
nullif the passphrase cannot be found
-