Class MessageDigestChecksumAlgorithmFactorySupport
java.lang.Object
org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
org.eclipse.aether.internal.impl.checksum.MessageDigestChecksumAlgorithmFactorySupport
- All Implemented Interfaces:
ChecksumAlgorithmFactory
- Direct Known Subclasses:
Md5ChecksumAlgorithmFactory
,Sha1ChecksumAlgorithmFactory
,Sha256ChecksumAlgorithmFactory
,Sha512ChecksumAlgorithmFactory
public abstract class MessageDigestChecksumAlgorithmFactorySupport
extends ChecksumAlgorithmFactorySupport
Support class to implement
ChecksumAlgorithmFactory
based on Java MessageDigest
.- Since:
- 1.8.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEach invocation of this method returns a new instance of algorithm, nevernull
value.Methods inherited from class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
getFileExtension, getName
-
Constructor Details
-
MessageDigestChecksumAlgorithmFactorySupport
-
-
Method Details
-
getAlgorithm
Description copied from interface:ChecksumAlgorithmFactory
Each invocation of this method returns a new instance of algorithm, nevernull
value.
-