Uses of Enum
org.spdx.library.model.enumerations.ChecksumAlgorithm
Packages that use ChecksumAlgorithm
Package
Description
Package containing useful library functions for reading, writing, and manipulating
SPDX documents.
Copyright (c) 2019 Source Auditor Inc.
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 ChecksumAlgorithmModifier and TypeMethodDescriptionstatic StringSpdxVerificationHelper.verifyChecksumString(String checksum, ChecksumAlgorithm algorithm, String specVersion) -
Uses of ChecksumAlgorithm in org.spdx.library.model
Methods in org.spdx.library.model that return ChecksumAlgorithmMethods in org.spdx.library.model with parameters of type ChecksumAlgorithmModifier and TypeMethodDescriptionstatic ChecksumChecksum.create(IModelStore modelStore, String documentUri, ChecksumAlgorithm algorithm, String value) Create a checksum with an anonymous IDModelObject.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 ChecksumAlgorithmModifier and TypeMethodDescriptionstatic ChecksumAlgorithmReturns 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.