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 Details

    • implementingClasses

      static final Class<?>[] implementingClasses
  • Method Details

    • getAlgorithm

      String getAlgorithm()
    • getAlgorithmType

      int getAlgorithmType()
    • getDefaultScheme

      String getDefaultScheme()