Class PGPDecryptStreamData

java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.pgpdecryptstream.PGPDecryptStreamData
All Implemented Interfaces:
StepDataInterface

public class PGPDecryptStreamData extends BaseStepData implements StepDataInterface
Since:
03-Juin-2008
Author:
Samatar
  • Field Details

    • indexOfField

      public int indexOfField
    • previousRowMeta

      public org.pentaho.di.core.row.RowMetaInterface previousRowMeta
    • outputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
    • NrPrevFields

      public int NrPrevFields
    • gpg

      public GPG gpg
    • passPhrase

      public String passPhrase
    • indexOfPassphraseField

      public int indexOfPassphraseField
  • Constructor Details

    • PGPDecryptStreamData

      public PGPDecryptStreamData()