Package org.eclipse.aether.spi.connector.checksum
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
-
Interface Summary Interface Description ChecksumAlgorithm Implementation performing checksum calculation for specific algorithm.ChecksumAlgorithmFactory A component representing a checksum factory: providesChecksumAlgorithm
instances, name and extension to be used with this algorithm.ChecksumAlgorithmFactorySelector Component performing selection ofChecksumAlgorithmFactory
based on known factory names.ChecksumPolicy A checksum policy gets employed by repository connectors to validate the integrity of a downloaded file.ChecksumPolicyProvider Assists repository connectors in applying checksum policies to downloaded resources.ProvidedChecksumsSource Deprecated. This interface is not used anymore, useProvidedChecksumsSource
. -
Class Summary Class Description ChecksumAlgorithmFactorySupport Support class forChecksumAlgorithmFactory
implementations.ChecksumAlgorithmHelper Helper for checksum operations. -
Enum Summary Enum Description ChecksumPolicy.ChecksumKind Enum denoting origin of checksum.