Class DecryptionStreamFactory
- java.lang.Object
-
- org.pgpainless.decryption_verification.DecryptionStreamFactory
-
public final class DecryptionStreamFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description DecryptionStreamFactory(ConsumerOptions options)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DecryptionStream
create(InputStream inputStream, ConsumerOptions options)
-
-
-
Constructor Detail
-
DecryptionStreamFactory
public DecryptionStreamFactory(ConsumerOptions options)
-
-
Method Detail
-
create
public static DecryptionStream create(@Nonnull InputStream inputStream, @Nonnull ConsumerOptions options) throws org.bouncycastle.openpgp.PGPException, IOException
- Throws:
org.bouncycastle.openpgp.PGPException
IOException
-
-