| Package | Description | 
|---|---|
| org.pentaho.di.trans.steps.symmetriccrypto.symmetricalgorithm | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CryptoKeyException
Symmetric algorithm 
 | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
SymmetricCrypto.encrDecryptData(byte[] inpBytes)  | 
static SymmetricCryptoInterface | 
SymmetricCryptoMeta.getSymmetricCryptoInterface(String cryptoname)
Search for the right type of DatabaseInterface object and clone it. 
 | 
void | 
SymmetricCrypto.setDecryptMode()  | 
void | 
SymmetricCrypto.setEncryptMode()  | 
| Constructor and Description | 
|---|
SymmetricCrypto(SymmetricCryptoMeta meta)
Construct a new Symetric SymmetricCrypto trans 
 | 
SymmetricCrypto(SymmetricCryptoMeta meta,
               String xform)
Construct a new Symetric SymmetricCrypto trans 
 | 
SymmetricCryptoMeta(String algorythm)
Construct a new Database Connection 
 |