-
- All Known Implementing Classes:
AesAlgorithm
,AlgorithmParameterGeneratorAlgorithm
,AlgorithmParametersAlgorithm
,CertPathBuilderAlgorithm
,CertPathValidatorAlgorithm
,ChecksumAlgorithm
,CipherAlgorithm
,CompoundAlgorithm
,HashAlgorithm
,KeyAgreementAlgorithm
,KeyFactoryAlgorithm
,KeyGeneratorAlgorithm
,KeyManagerFactoryAlgorithm
,KeyPairGeneratorAlgorithm
,KeyPairWithModeAndPaddingAlgorithm
,MacAlgorithm
,MdAlgorithm
,MessageDigestAlgorithm
,SecretKeyFactoryAlgorithm
,SecureRandomAlgorithm
,SunJCEAlgorithm
public interface Algorithm
The interfaceAlgorithm
is for enums that represents an algorithm for encryption or decryption
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UNKNOWN_ALGORITHM_NAME
The Constant UNKNOWN_ALGORITHM_NAME is if the algorithm name is unknown
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAlgorithm()
Gets the algorithm for encryption or decryption
-
-
-
Field Detail
-
UNKNOWN_ALGORITHM_NAME
static final java.lang.String UNKNOWN_ALGORITHM_NAME
The Constant UNKNOWN_ALGORITHM_NAME is if the algorithm name is unknown- See Also:
- Constant Field Values
-
-