Interface DecryptionBuilderInterface.DecryptWith
-
- Enclosing interface:
- DecryptionBuilderInterface
public static interface DecryptionBuilderInterface.DecryptWith
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecryptionStream
withOptions(ConsumerOptions consumerOptions)
Add options for decryption / signature verification, such as keys, passphrases etc.
-
-
-
Method Detail
-
withOptions
DecryptionStream withOptions(ConsumerOptions consumerOptions) throws org.bouncycastle.openpgp.PGPException, IOException
Add options for decryption / signature verification, such as keys, passphrases etc.- Parameters:
consumerOptions
- consumer options- Returns:
- decryption stream
- Throws:
org.bouncycastle.openpgp.PGPException
- in case of an OpenPGP related errorIOException
- in case of an IO error
-
-