Package | Description |
---|---|
org.cyclonedx.model | |
org.cyclonedx.util | |
org.cyclonedx.util.deserializer | |
org.cyclonedx.util.serializer |
Modifier and Type | Method and Description |
---|---|
List<Hash> |
ExternalReference.getHashes() |
List<Hash> |
Component.getHashes() |
List<Hash> |
Tool.getHashes()
Deprecated.
|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static List<Hash> |
BomUtils.calculateHashes(File file,
Version schemaVersion)
Calculates the hashes of the specified file.
|
Modifier and Type | Method and Description |
---|---|
List<Hash> |
HashesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
Class<Hash> |
HashSerializer.handledType() |
Modifier and Type | Method and Description |
---|---|
void |
HashSerializer.serialize(Hash hash,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
static void |
SerializerUtils.serializeHashJson(com.fasterxml.jackson.core.JsonGenerator gen,
Hash hash) |
static void |
SerializerUtils.serializeHashXml(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator toXmlGenerator,
Hash hash) |
Constructor and Description |
---|
HashSerializer(Class<Hash> t,
Version version) |
Copyright © 2017–2025 OWASP Foundation. All rights reserved.