Uses of Interface
org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithm
Packages that use ChecksumAlgorithm
Package
Description
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
-
Uses of ChecksumAlgorithm in org.eclipse.aether.connector.basic
Fields in org.eclipse.aether.connector.basic declared as ChecksumAlgorithmModifier and TypeFieldDescription(package private) ChecksumAlgorithm
ChecksumCalculator.Checksum.algorithm
-
Uses of ChecksumAlgorithm in org.eclipse.aether.internal.impl.checksum
Methods in org.eclipse.aether.internal.impl.checksum that return ChecksumAlgorithm -
Uses of ChecksumAlgorithm in org.eclipse.aether.spi.connector.checksum
Methods in org.eclipse.aether.spi.connector.checksum that return ChecksumAlgorithmModifier and TypeMethodDescriptionChecksumAlgorithmFactory.getAlgorithm()
Each invocation of this method returns a new instance of algorithm, nevernull
value.