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
Fields Modifier and Type Field Description static Class<?>[]implementingClasses
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlgorithm()intgetAlgorithmType()StringgetDefaultScheme()
-