Uses of Class
org.spdx.library.model.v2.enumerations.ChecksumAlgorithm
-
Packages that use ChecksumAlgorithm Package Description org.spdx.library.model.v2 Model compatible with version 2 of the SPDX spec (2.0, 2.1, 2.2, and 2.3)org.spdx.library.model.v2.enumerations This package contains all the enumerations used in the SPDX model. -
-
Uses of ChecksumAlgorithm in org.spdx.library.model.v2
Methods in org.spdx.library.model.v2 that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithm
Checksum. getAlgorithm()
Methods in org.spdx.library.model.v2 with parameters of type ChecksumAlgorithm Modifier and Type Method Description static Checksum
Checksum. create(org.spdx.storage.IModelStore modelStore, String documentUri, ChecksumAlgorithm algorithm, String value)
Create a checksum with an anonymous IDChecksum
ModelObjectV2. createChecksum(ChecksumAlgorithm algorithm, String value)
void
Checksum. setAlgorithm(ChecksumAlgorithm algorithm)
Set the checksum algorithm.static String
SpdxVerificationHelper. verifyChecksumString(String checksum, ChecksumAlgorithm algorithm, String specVersion)
-
Uses of ChecksumAlgorithm in org.spdx.library.model.v2.enumerations
Methods in org.spdx.library.model.v2.enumerations that return ChecksumAlgorithm Modifier and Type Method Description static ChecksumAlgorithm
ChecksumAlgorithm. 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.
-