Uses of Class
org.spdx.library.model.enumerations.ChecksumAlgorithm
| Package | Description |
|---|---|
| org.spdx.library |
Package containing useful library functions for reading, writing, and manipulating
SPDX documents.
|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.library.model.enumerations |
This package contains all the enumerations used in the SPDX model.
|
-
Uses of ChecksumAlgorithm in org.spdx.library
Methods in org.spdx.library with parameters of type ChecksumAlgorithm Modifier and Type Method Description static StringSpdxVerificationHelper. verifyChecksumString(String checksum, ChecksumAlgorithm algorithm, String specVersion) -
Uses of ChecksumAlgorithm in org.spdx.library.model
Methods in org.spdx.library.model that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithmChecksum. getAlgorithm()Methods in org.spdx.library.model with parameters of type ChecksumAlgorithm Modifier and Type Method Description static ChecksumChecksum. create(IModelStore modelStore, String documentUri, ChecksumAlgorithm algorithm, String value)Create a checksum with an anonymous IDChecksumModelObject. createChecksum(ChecksumAlgorithm algorithm, String value)protected voidChecksum. setAlgorithm(ChecksumAlgorithm algorithm)Set the checksum algorithm. -
Uses of ChecksumAlgorithm in org.spdx.library.model.enumerations
Methods in org.spdx.library.model.enumerations that return ChecksumAlgorithm Modifier and Type Method Description static ChecksumAlgorithmChecksumAlgorithm. valueOf(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.