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