Class SymmetricCryptoMeta
java.lang.Object
org.pentaho.di.trans.steps.symmetriccrypto.symmetricalgorithm.SymmetricCryptoMeta
Symmetric algorithm
- Since:
- 01-4-2011
- Author:
- Samatar
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
static int
static final SymmetricCryptoInterface
getSymmetricCryptoInterface
(String cryptoname) Search for the right type of DatabaseInterface object and clone it.static final SymmetricCryptoInterface[]
-
Field Details
-
TYPE_ALGORYTHM_CODE
-
TYPE_ALGORYTHM_NONE
public static final int TYPE_ALGORYTHM_NONEIndicates that the algorithm doesn't point to a type of algorithm yet.- See Also:
-
TYPE_ALGORYTHM_DES
public static final int TYPE_ALGORYTHM_DES- See Also:
-
TYPE_ALGORYTHM_TRIPLE_DES
public static final int TYPE_ALGORYTHM_TRIPLE_DES- See Also:
-
TYPE_ALGORYTHM_AES
public static final int TYPE_ALGORYTHM_AES- See Also:
-
ALGORYTHM_DES
- See Also:
-
ALGORYTHM_TRIPLE_DES
- See Also:
-
ALGORYTHM_AES
- See Also:
-
-
Constructor Details
-
SymmetricCryptoMeta
Construct a new Database Connection- Parameters:
inf
- The Database Connection Info to construct the connection with.- Throws:
CryptoException
-
-
Method Details
-
getSymmetricCryptoInterface
public static final SymmetricCryptoInterface getSymmetricCryptoInterface(String cryptoname) throws CryptoException Search for the right type of DatabaseInterface object and clone it.- Parameters:
databaseType
- the type of DatabaseInterface to look for (description)- Returns:
- The requested DatabaseInterface
- Throws:
CryptoException
- when the type could not be found or referenced.
-
getSymmetricCryptoInterfaces
-
getAlgorithm
-
getAlgorithmType
public int getAlgorithmType() -
getDefaultScheme
-
getAlgorithmTypeFromCode
-