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