Class DecryptionStreamFactory
java.lang.Object
org.pgpainless.decryption_verification.DecryptionStreamFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DecryptionStream
create
(InputStream inputStream, ConsumerOptions options)
-
Constructor Details
-
DecryptionStreamFactory
-
-
Method Details
-
create
public static DecryptionStream create(@Nonnull InputStream inputStream, @Nonnull ConsumerOptions options) throws org.bouncycastle.openpgp.PGPException, IOException - Throws:
org.bouncycastle.openpgp.PGPException
IOException
-