Class Md5ChecksumAlgorithmFactory
- java.lang.Object
-
- org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
-
- org.eclipse.aether.internal.impl.checksum.MessageDigestChecksumAlgorithmFactorySupport
-
- org.eclipse.aether.internal.impl.checksum.Md5ChecksumAlgorithmFactory
-
- All Implemented Interfaces:
ChecksumAlgorithmFactory
@Singleton @Named("MD5") public class Md5ChecksumAlgorithmFactory extends MessageDigestChecksumAlgorithmFactorySupport
The MD5 checksum type.- Since:
- 1.8.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description Md5ChecksumAlgorithmFactory()
-
Method Summary
-
Methods inherited from class org.eclipse.aether.internal.impl.checksum.MessageDigestChecksumAlgorithmFactorySupport
getAlgorithm
-
Methods inherited from class org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
getFileExtension, getName
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-