Class DecryptionBuilder
- java.lang.Object
-
- org.pgpainless.decryption_verification.DecryptionBuilder
-
- All Implemented Interfaces:
DecryptionBuilderInterface
public class DecryptionBuilder extends Object implements DecryptionBuilderInterface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.pgpainless.decryption_verification.DecryptionBuilderInterface
DecryptionBuilderInterface.DecryptWith
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUFFER_SIZE
-
Constructor Summary
Constructors Constructor Description DecryptionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecryptionBuilderInterface.DecryptWith
onInputStream(InputStream inputStream)
Create aDecryptionStream
on anInputStream
which contains the encrypted and/or signed data.
-
-
-
Field Detail
-
BUFFER_SIZE
public static int BUFFER_SIZE
-
-
Constructor Detail
-
DecryptionBuilder
public DecryptionBuilder()
-
-
Method Detail
-
onInputStream
public DecryptionBuilderInterface.DecryptWith onInputStream(@Nonnull InputStream inputStream)
Description copied from interface:DecryptionBuilderInterface
Create aDecryptionStream
on anInputStream
which contains the encrypted and/or signed data.- Specified by:
onInputStream
in interfaceDecryptionBuilderInterface
- Parameters:
inputStream
- encrypted and/or signed data.- Returns:
- api handle
-
-