Package org.frankframework.pgp
Class Decrypt
java.lang.Object
org.frankframework.pgp.AbstractPGPAction
org.frankframework.pgp.Decrypt
- All Implemented Interfaces:
IScopeProvider
-
Field Summary
Fields inherited from class org.frankframework.pgp.AbstractPGPAction
keyringConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(InputStream inputStream, OutputStream outputStream) Runs the given action (which may be any extensions of this abstract class).Methods inherited from class org.frankframework.pgp.AbstractPGPAction
configure, getConfigurationClassLoader
-
Constructor Details
-
Decrypt
- Throws:
ConfigurationException
-
-
Method Details
-
run
Description copied from class:AbstractPGPAction
Runs the given action (which may be any extensions of this abstract class).- Specified by:
run
in classAbstractPGPAction
- Parameters:
inputStream
- Input for the action.outputStream
- to which the encrypted/plaintext based on the action is written to.- Throws:
Exception
- Any exception that can be thrown during the action.
-