Class Sha256ChecksumAlgorithmFactory
- java.lang.Object
-
- org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
-
- org.eclipse.aether.internal.impl.checksum.MessageDigestChecksumAlgorithmFactorySupport
-
- org.eclipse.aether.internal.impl.checksum.Sha256ChecksumAlgorithmFactory
-
- All Implemented Interfaces:
org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactory
@Singleton @Named("SHA-256") public class Sha256ChecksumAlgorithmFactory extends MessageDigestChecksumAlgorithmFactorySupport
The SHA-256 checksum type.- Since:
- 1.8.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description Sha256ChecksumAlgorithmFactory()
-
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
-
Sha256ChecksumAlgorithmFactory
@Inject public Sha256ChecksumAlgorithmFactory()
-
-