Interface EncryptionBuilderInterface.WithOptions
-
- Enclosing interface:
- EncryptionBuilderInterface
public static interface EncryptionBuilderInterface.WithOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionStream
withOptions(ProducerOptions options)
Create anEncryptionStream
with the given options (recipients, signers, algorithms...).
-
-
-
Method Detail
-
withOptions
EncryptionStream withOptions(ProducerOptions options) throws org.bouncycastle.openpgp.PGPException, IOException
Create anEncryptionStream
with the given options (recipients, signers, algorithms...).- Parameters:
options
- options- Returns:
- encryption strea
- Throws:
org.bouncycastle.openpgp.PGPException
IOException
-
-