Class AESSymmetricCrypto
java.lang.Object
org.pentaho.di.trans.steps.symmetriccrypto.symmetricalgorithm.AESSymmetricCrypto
- All Implemented Interfaces:
Cloneable
,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
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
AESSymmetricCrypto
public AESSymmetricCrypto()
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithm
in interfaceSymmetricCryptoInterface
-
getAlgorithmType
public int getAlgorithmType()- Specified by:
getAlgorithmType
in interfaceSymmetricCryptoInterface
-
getDefaultScheme
- Specified by:
getDefaultScheme
in interfaceSymmetricCryptoInterface
-