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.
|
Modifier and Type | Field and Description |
---|---|
(package private) ChecksumAlgorithm |
ChecksumCalculator.Checksum.algorithm |
Modifier and Type | Method and Description |
---|---|
ChecksumAlgorithm |
MessageDigestChecksumAlgorithmFactorySupport.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
ChecksumAlgorithm |
ChecksumAlgorithmFactory.getAlgorithm()
Each invocation of this method returns a new instance of algorithm, never
null value. |