Uses of Class
org.cyclonedx.model.Hash
Packages that use Hash
Package
Description
-
Uses of Hash in org.cyclonedx.model
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.BomUtils.calculateHashes(File file, Version schemaVersion, List<Hash.Algorithm> algorithms) Calculates the hashes of the specified file using only the specified algorithms. -
Uses of Hash in org.cyclonedx.util.deserializer
Subclasses with type arguments of type Hash in org.cyclonedx.util.deserializerMethods 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) -
Uses of Hash in org.cyclonedx.util.serializer
Subclasses with type arguments of type Hash in org.cyclonedx.util.serializerMethods 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.serializeHashJson(com.fasterxml.jackson.core.JsonGenerator gen, Hash hash) static voidSerializerUtils.serializeHashXml(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator toXmlGenerator, Hash hash) Constructor parameters in org.cyclonedx.util.serializer with type arguments of type Hash