Class DESSymmetricCrypto
- java.lang.Object
-
- org.pentaho.di.trans.steps.symmetriccrypto.symmetricalgorithm.DESSymmetricCrypto
-
- All Implemented Interfaces:
Cloneable
,SymmetricCryptoInterface
public class DESSymmetricCrypto extends Object implements SymmetricCryptoInterface
Symmetric algorithm- Since:
- 01-4-2011
- Author:
- Samatar
-
-
Field Summary
-
Fields inherited from interface org.pentaho.di.trans.steps.symmetriccrypto.symmetricalgorithm.SymmetricCryptoInterface
implementingClasses
-
-
Constructor Summary
Constructors Constructor Description DESSymmetricCrypto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgorithm()
int
getAlgorithmType()
String
getDefaultScheme()
-
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm
in interfaceSymmetricCryptoInterface
-
getAlgorithmType
public int getAlgorithmType()
- Specified by:
getAlgorithmType
in interfaceSymmetricCryptoInterface
-
getDefaultScheme
public String getDefaultScheme()
- Specified by:
getDefaultScheme
in interfaceSymmetricCryptoInterface
-
-