Interface DecryptionBuilderInterface.Build
-
- Enclosing interface:
- DecryptionBuilderInterface
public static interface DecryptionBuilderInterface.Build
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecryptionStreambuild()Build the configuredDecryptionStream.
-
-
-
Method Detail
-
build
DecryptionStream build() throws java.io.IOException, org.bouncycastle.openpgp.PGPException
Build the configuredDecryptionStream.- Returns:
- the decryption stream
- Throws:
java.io.IOException- in case of an I/O errororg.bouncycastle.openpgp.PGPException- if something is malformed
-
-