| Package | Description |
|---|---|
| org.spdx.rdfparser | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SpdxVerificationHelper.verifyChecksumString(String checksum,
Checksum.ChecksumAlgorithm algorithm) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableMap<Checksum.ChecksumAlgorithm,String> |
Checksum.CHECKSUM_ALGORITHM_TO_TAG |
static com.google.common.collect.ImmutableMap<String,Checksum.ChecksumAlgorithm> |
Checksum.CHECKSUM_TAG_TO_ALGORITHM |
| Modifier and Type | Method and Description |
|---|---|
Checksum.ChecksumAlgorithm |
Checksum.getAlgorithm() |
static Checksum.ChecksumAlgorithm |
Checksum.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Checksum.setAlgorithm(Checksum.ChecksumAlgorithm algorithm) |
| Constructor and Description |
|---|
Checksum(Checksum.ChecksumAlgorithm algorithm,
String checksumValue) |
Copyright © 2017 Linux Foundation. All Rights Reserved.