Uses of Class
org.cyclonedx.model.Hash
Packages that use Hash
Package
Description
-
Uses of Hash in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type HashModifier and TypeFieldDescriptionComponent.hashesExternalReference.hashesTool.hashesDeprecated.Methods in org.cyclonedx.model that return types with arguments of type HashModifier and TypeMethodDescriptionComponent.getHashes()ExternalReference.getHashes()Tool.getHashes()Deprecated.Methods in org.cyclonedx.model with parameters of type HashModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.cyclonedx.model with type arguments of type Hash -
Uses of Hash in org.cyclonedx.util
Methods in org.cyclonedx.util that return types with arguments of type HashModifier and TypeMethodDescriptionBomUtils.calculateHashes(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 HashModifier and TypeMethodDescriptionprivate HashHashesDeserializer.parseHash(com.fasterxml.jackson.databind.JsonNode node) Methods in org.cyclonedx.util.deserializer that return types with arguments of type HashModifier and TypeMethodDescriptionHashesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) 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 HashMethods in org.cyclonedx.util.serializer with parameters of type HashModifier and TypeMethodDescriptionvoidHashSerializer.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