Uses of Interface
org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithm
Package
Description
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
-
Uses of ChecksumAlgorithm in org.eclipse.aether.internal.impl.checksum
-
Uses of ChecksumAlgorithm in org.eclipse.aether.spi.connector.checksum
Modifier and TypeMethodDescriptionChecksumAlgorithmFactory.getAlgorithm()
Each invocation of this method returns a new instance of algorithm, nevernull
value.