org.apache.camel.converter.crypto
Interface PGPPassphraseAccessor

All Known Implementing Classes:
DefaultPGPPassphraseAccessor

public interface PGPPassphraseAccessor

Access to the password for a user Id.


Method Summary
 String getPassphrase(String userId)
          Returns the passphrase for a user Id
 

Method Detail

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


Apache Camel