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 String
SpdxVerificationHelper. verifyChecksumString(String checksum, ChecksumAlgorithm algorithm)
-
Uses of ChecksumAlgorithm in org.spdx.library.model
Methods in org.spdx.library.model that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithm
Checksum. getAlgorithm()
Methods in org.spdx.library.model with parameters of type ChecksumAlgorithm Modifier and Type Method Description static Checksum
Checksum. create(IModelStore modelStore, String documentUri, ChecksumAlgorithm algorithm, String value)
Create a checksum with an anonomous IDChecksum
ModelObject. createChecksum(ChecksumAlgorithm algorithm, String value)
protected void
Checksum. 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 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.