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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(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
configureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.frankframework.core.IScopeProvider
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:AbstractPGPActionRuns the given action (which may be any extensions of this abstract class).- Specified by:
runin 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.
-