public class SecretKeyGeneratorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
boolean | 
addAlgorithmOutput  | 
boolean | 
addSecretKeyLengthOutput  | 
int[] | 
algorithm  | 
SymmetricCrypto[] | 
cryptoTrans  | 
int | 
nr  | 
org.pentaho.di.core.row.RowMetaInterface | 
outputRowMeta  | 
int | 
prevNrField  | 
boolean | 
readsRows  | 
String[] | 
scheme  | 
int[] | 
secretKeyCount  | 
int[] | 
secretKeyLen  | 
| Constructor and Description | 
|---|
SecretKeyGeneratorData()  | 
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic int[] algorithm
public String[] scheme
public int[] secretKeyCount
public int[] secretKeyLen
public int nr
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public boolean addAlgorithmOutput
public boolean addSecretKeyLengthOutput
public SymmetricCrypto[] cryptoTrans
public boolean readsRows
public int prevNrField