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
Constructors -
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.core.IScopeProvider
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.
-