|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ChecksumAlgorithm in org.apache.archiva.checksum |
|---|
| Methods in org.apache.archiva.checksum that return ChecksumAlgorithm | |
|---|---|
ChecksumAlgorithm |
Checksum.getAlgorithm()
|
static ChecksumAlgorithm |
ChecksumAlgorithm.getByExtension(java.io.File file)
|
static ChecksumAlgorithm |
ChecksumAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChecksumAlgorithm[] |
ChecksumAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.archiva.checksum with parameters of type ChecksumAlgorithm | |
|---|---|
java.lang.String |
ChecksummedFile.calculateChecksum(ChecksumAlgorithm checksumAlgorithm)
Calculate the checksum based on a given checksum. |
java.io.File |
ChecksummedFile.createChecksum(ChecksumAlgorithm checksumAlgorithm)
Creates a checksum file of the provided referenceFile. |
boolean |
ChecksummedFile.fixChecksums(ChecksumAlgorithm[] algorithms)
Fix or create checksum files for the reference file. |
java.io.File |
ChecksummedFile.getChecksumFile(ChecksumAlgorithm checksumAlgorithm)
Get the checksum file for the reference file and hash. |
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.isValidChecksums(ChecksumAlgorithm[] algorithms)
Of any checksum files present, validate that the reference file conforms the to the checksum. |
java.lang.String |
ChecksummedFile.parseChecksum(java.lang.String rawChecksumString,
ChecksumAlgorithm expectedHash,
java.lang.String expectedPath)
Parse a checksum string. |
| Constructors in org.apache.archiva.checksum with parameters of type ChecksumAlgorithm | |
|---|---|
Checksum(ChecksumAlgorithm checksumAlgorithm)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||