org.pentaho.di.trans.steps.symmetriccrypto.symmetricalgorithm
Interface SymmetricCryptoInterface

All Superinterfaces:
Cloneable
All Known Implementing Classes:
AESSymmetricCrypto, DESSymmetricCrypto, TripleDESSymmetricCrypto

public interface SymmetricCryptoInterface
extends Cloneable

Symmetric algorithm

Since:
01-4-2011
Author:
Samatar

Field Summary
static Class<?>[] implementingClasses
           
 
Method Summary
 String getAlgorithm()
           
 int getAlgorithmType()
           
 String getDefaultScheme()
           
 

Field Detail

implementingClasses

static final Class<?>[] implementingClasses
Method Detail

getAlgorithm

String getAlgorithm()

getAlgorithmType

int getAlgorithmType()

getDefaultScheme

String getDefaultScheme()