Uses of Class
org.spdx.rdfparser.model.Checksum.ChecksumAlgorithm
| Package | Description |
|---|---|
| org.spdx.rdfparser | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
-
Uses of Checksum.ChecksumAlgorithm in org.spdx.rdfparser
Methods in org.spdx.rdfparser with parameters of type Checksum.ChecksumAlgorithm Modifier and Type Method Description static StringSpdxVerificationHelper. verifyChecksumString(String checksum, Checksum.ChecksumAlgorithm algorithm) -
Uses of Checksum.ChecksumAlgorithm in org.spdx.rdfparser.model
Fields in org.spdx.rdfparser.model with type parameters of type Checksum.ChecksumAlgorithm Modifier and Type Field Description static com.google.common.collect.ImmutableMap<Checksum.ChecksumAlgorithm,String>Checksum. CHECKSUM_ALGORITHM_TO_TAGstatic com.google.common.collect.ImmutableMap<String,Checksum.ChecksumAlgorithm>Checksum. CHECKSUM_TAG_TO_ALGORITHMMethods in org.spdx.rdfparser.model that return Checksum.ChecksumAlgorithm Modifier and Type Method Description Checksum.ChecksumAlgorithmChecksum. getAlgorithm()static Checksum.ChecksumAlgorithmChecksum.ChecksumAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static Checksum.ChecksumAlgorithm[]Checksum.ChecksumAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.rdfparser.model with parameters of type Checksum.ChecksumAlgorithm Modifier and Type Method Description voidChecksum. setAlgorithm(Checksum.ChecksumAlgorithm algorithm)Constructors in org.spdx.rdfparser.model with parameters of type Checksum.ChecksumAlgorithm Constructor Description Checksum(Checksum.ChecksumAlgorithm algorithm, String checksumValue)