public static class OpenPGPMessageProcessor.Configuration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<char[]> |
messagePassphrases |
Constructor and Description |
---|
Configuration(OpenPGPPolicy policy) |
Modifier and Type | Method and Description |
---|---|
OpenPGPMessageProcessor.Configuration |
addMessagePassphrase(char[] messagePassphrase)
Add a passphrase that will be tried when a symmetric-key-encrypted-session-key packet is found
during the decryption process.
|
public Configuration(OpenPGPPolicy policy)
public OpenPGPMessageProcessor.Configuration addMessagePassphrase(char[] messagePassphrase)
messagePassphrase
- passphrase to decrypt the message with