org.pentaho.di.trans.steps.symmetriccrypto.symmetricalgorithm
Class TripleDESSymmetricCrypto

java.lang.Object
  extended by org.pentaho.di.trans.steps.symmetriccrypto.symmetricalgorithm.TripleDESSymmetricCrypto
All Implemented Interfaces:
Cloneable, SymmetricCryptoInterface

public class TripleDESSymmetricCrypto
extends Object
implements SymmetricCryptoInterface

Symmetric algorithm

Since:
01-4-2011
Author:
Samatar

Field Summary
static String DEFAULT_SCHEME
           
 
Fields inherited from interface org.pentaho.di.trans.steps.symmetriccrypto.symmetricalgorithm.SymmetricCryptoInterface
implementingClasses
 
Constructor Summary
TripleDESSymmetricCrypto()
           
 
Method Summary
 String getAlgorithm()
           
 int getAlgorithmType()
           
 String getDefaultScheme()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SCHEME

public static final String DEFAULT_SCHEME
See Also:
Constant Field Values
Constructor Detail

TripleDESSymmetricCrypto

public TripleDESSymmetricCrypto()
Method Detail

getAlgorithm

public String getAlgorithm()
Specified by:
getAlgorithm in interface SymmetricCryptoInterface

getAlgorithmType

public int getAlgorithmType()
Specified by:
getAlgorithmType in interface SymmetricCryptoInterface

getDefaultScheme

public String getDefaultScheme()
Specified by:
getDefaultScheme in interface SymmetricCryptoInterface