Interface PGPPassphraseAccessor

All Known Implementing Classes:
DefaultPGPPassphraseAccessor

public interface PGPPassphraseAccessor
Access to the password for a user Id.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the passphrase for a user Id
  • Method Details

    • getPassphrase

      String getPassphrase(String userId)
      Returns the passphrase for a user Id
      Parameters:
      userId - user Id, can be null
      Returns:
      the passphrase for the user Id, or null if the passphrase cannot be found