Package org.bouncycastle.openpgp.api
Class OpenPGPMessageProcessor.Configuration
java.lang.Object
org.bouncycastle.openpgp.api.OpenPGPMessageProcessor.Configuration
- Enclosing class:
OpenPGPMessageProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMessagePassphrase
(char[] messagePassphrase) Add a passphrase that will be tried when a symmetric-key-encrypted-session-key packet is found during the decryption process.
-
Field Details
-
messagePassphrases
-
-
Constructor Details
-
Configuration
-
-
Method Details
-
addMessagePassphrase
Add a passphrase that will be tried when a symmetric-key-encrypted-session-key packet is found during the decryption process.- Parameters:
messagePassphrase
- passphrase to decrypt the message with- Returns:
- this
-