Uses of Enum Class
org.cyclonedx.model.Hash.Algorithm
Packages that use Hash.Algorithm
-
Uses of Hash.Algorithm in org.cyclonedx.model
Subclasses with type arguments of type Hash.Algorithm in org.cyclonedx.modelMethods in org.cyclonedx.model that return Hash.AlgorithmModifier and TypeMethodDescriptionstatic Hash.Algorithmstatic Hash.AlgorithmReturns the enum constant of this class with the specified name.static Hash.Algorithm[]Hash.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cyclonedx.model with parameters of type Hash.Algorithm -
Uses of Hash.Algorithm in org.cyclonedx.util
Method parameters in org.cyclonedx.util with type arguments of type Hash.AlgorithmModifier and TypeMethodDescriptionBomUtils.calculateHashes(File file, Version schemaVersion, List<Hash.Algorithm> algorithms) Calculates the hashes of the specified file using only the specified algorithms.