Uses of Interface
org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithm
-
Packages that use ChecksumAlgorithm Package Description org.eclipse.aether.connector.basic Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.org.eclipse.aether.internal.impl.checksum org.eclipse.aether.spi.connector.checksum 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 ChecksumAlgorithm Modifier and Type Field Description (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 Modifier and Type Method Description ChecksumAlgorithm
MessageDigestChecksumAlgorithmFactorySupport. getAlgorithm()
-
Uses of ChecksumAlgorithm in org.eclipse.aether.spi.connector.checksum
Methods in org.eclipse.aether.spi.connector.checksum that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithm
ChecksumAlgorithmFactory. getAlgorithm()
Each invocation of this method returns a new instance of algorithm, nevernull
value.
-