Package | Description |
---|---|
org.cyclonedx.model | |
org.cyclonedx.util |
Modifier and Type | Method and Description |
---|---|
List<Hash> |
ExternalReference.getHashes() |
List<Hash> |
Component.getHashes() |
List<Hash> |
Tool.getHashes() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalReference.addHash(Hash hash) |
void |
Component.addHash(Hash hash) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalReference.setHashes(List<Hash> hashes) |
void |
Component.setHashes(List<Hash> hashes) |
void |
Tool.setHashes(List<Hash> hashes) |
Modifier and Type | Method and Description |
---|---|
static List<Hash> |
BomUtils.calculateHashes(File file,
CycloneDxSchema.Version schemaVersion)
Calculates the hashes of the specified file.
|
Copyright © 2017–2021 CycloneDX. All rights reserved.