Uses of Class
org.cyclonedx.model.Hash
-
Packages that use Hash Package Description org.cyclonedx.model org.cyclonedx.util org.cyclonedx.util.deserializer org.cyclonedx.util.serializer -
-
Uses of Hash in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type Hash Modifier and Type Field Description private java.util.List<Hash>Component. hashesprivate java.util.List<Hash>ExternalReference. hashesprivate java.util.List<Hash>Tool. hashesDeprecated.Methods in org.cyclonedx.model that return types with arguments of type Hash Modifier and Type Method Description java.util.List<Hash>Component. getHashes()java.util.List<Hash>ExternalReference. getHashes()java.util.List<Hash>Tool. getHashes()Deprecated.Methods in org.cyclonedx.model with parameters of type Hash Modifier and Type Method Description voidComponent. addHash(Hash hash)voidExternalReference. addHash(Hash hash)Method parameters in org.cyclonedx.model with type arguments of type Hash Modifier and Type Method Description voidComponent. setHashes(java.util.List<Hash> hashes)voidExternalReference. setHashes(java.util.List<Hash> hashes)voidTool. setHashes(java.util.List<Hash> hashes)Deprecated. -
Uses of Hash in org.cyclonedx.util
Methods in org.cyclonedx.util that return types with arguments of type Hash Modifier and Type Method Description static java.util.List<Hash>BomUtils. calculateHashes(java.io.File file, Version schemaVersion)Calculates the hashes of the specified file. -
Uses of Hash in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return Hash Modifier and Type Method Description private HashHashesDeserializer. parseHash(com.fasterxml.jackson.databind.JsonNode node)Methods in org.cyclonedx.util.deserializer that return types with arguments of type Hash Modifier and Type Method Description java.util.List<Hash>HashesDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)private java.util.List<Hash>HashesDeserializer. parseHashes(com.fasterxml.jackson.databind.JsonNode node) -
Uses of Hash in org.cyclonedx.util.serializer
Methods in org.cyclonedx.util.serializer that return types with arguments of type Hash Modifier and Type Method Description java.lang.Class<Hash>HashSerializer. handledType()Methods in org.cyclonedx.util.serializer with parameters of type Hash Modifier and Type Method Description voidHashSerializer. serialize(Hash hash, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)static voidSerializerUtils. serializeHashXml(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator toXmlGenerator, Hash hash)private voidHashSerializer. serializeJson(com.fasterxml.jackson.core.JsonGenerator gen, Hash hash)Constructor parameters in org.cyclonedx.util.serializer with type arguments of type Hash Constructor Description HashSerializer(java.lang.Class<Hash> t, Version version)
-