Package org.frankframework.pgp
Class Sign
java.lang.Object
org.frankframework.pgp.AbstractPGPAction
org.frankframework.pgp.Sign
- 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
-
Sign
public Sign(String[] publicKey, String secretKey, String secretPassword, String[] recipients, String sender) throws ConfigurationException - 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.
-