-
- All Known Implementing Classes:
AesAlgorithm,CompoundAlgorithm,HashAlgorithm,KeyPairGeneratorAlgorithm,KeyPairWithModeAndPaddingAlgorithm,KeystoreType,MacAlgorithm,MdAlgorithm,RngAlgorithm,SunJCEAlgorithm
public interface AlgorithmThe interfaceAlgorithmis for enums that represents an algorithm for encryption or decryption.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlgorithm()Gets the algorithm for encryption or decryption.
-