Interface ChecksumAlgorithmService.ChecksumAlgorithm
- Enclosing interface:
ChecksumAlgorithmService
public static interface ChecksumAlgorithmService.ChecksumAlgorithm
The checksum algorithm.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionEach invocation of this method returns a new instance of calculator, nevernull
value.Returns the file extension to be used for given checksum file (without leading dot), nevernull
.getName()
Returns the algorithm name, usually used as key, nevernull
value.
-
Method Details
-
getName
-
getFileExtension
-
getCalculator
Each invocation of this method returns a new instance of calculator, nevernull
value.
-