Class Decrypt

java.lang.Object
org.frankframework.pgp.PGPAction
org.frankframework.pgp.Decrypt
All Implemented Interfaces:
IScopeProvider

public class Decrypt extends PGPAction
  • Constructor Details

  • Method Details

    • run

      public void run(InputStream inputStream, OutputStream outputStream) throws Exception
      Description copied from class: PGPAction
      Runs the given action (which may be any extensions of this abstract class).
      Specified by:
      run in class PGPAction
      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.