java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator.SecretKeyGeneratorData
All Implemented Interfaces:
StepDataInterface

public class SecretKeyGeneratorData extends BaseStepData implements StepDataInterface
Generate secret key. for symmetric algorithms
Since:
01-4-2011
Author:
Samatar
  • Field Details

    • algorithm

      public int[] algorithm
    • scheme

      public String[] scheme
    • secretKeyCount

      public int[] secretKeyCount
    • secretKeyLen

      public int[] secretKeyLen
    • nr

      public int nr
    • outputRowMeta

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

      public boolean addAlgorithmOutput
    • addSecretKeyLengthOutput

      public boolean addSecretKeyLengthOutput
    • cryptoTrans

      public SymmetricCrypto[] cryptoTrans
    • readsRows

      public boolean readsRows
    • prevNrField

      public int prevNrField
  • Constructor Details

    • SecretKeyGeneratorData

      public SecretKeyGeneratorData()