Package | Description |
---|---|
org.apache.archiva.checksum |
Modifier and Type | Method and Description |
---|---|
boolean |
ChecksummedFile.isValidChecksum(ChecksumAlgorithm algorithm)
Given a checksum file, check to see if the file it represents is valid according to the checksum.
|
boolean |
ChecksummedFile.isValidChecksum(ChecksumAlgorithm algorithm,
boolean throwExceptions) |
boolean |
ChecksummedFile.isValidChecksums(List<ChecksumAlgorithm> algorithms)
Of any checksum files present, validate that the reference file conforms
the to the checksum.
|
boolean |
ChecksummedFile.isValidChecksums(List<ChecksumAlgorithm> algorithms,
boolean throwExceptions)
Checks if the checksum files are valid for the referenced file.
|
String |
ChecksummedFile.parseChecksum(Path checksumFile,
ChecksumAlgorithm checksumAlgorithm,
String fileName,
Charset encoding)
Parse a checksum string.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.