Uses of Class
org.cyclonedx.model.Hash.Algorithm
-
Packages that use Hash.Algorithm Package Description org.cyclonedx.model org.cyclonedx.util -
-
Uses of Hash.Algorithm in org.cyclonedx.model
Methods in org.cyclonedx.model that return Hash.Algorithm Modifier and Type Method Description static Hash.AlgorithmHash.Algorithm. fromSpec(java.lang.String spec)static Hash.AlgorithmHash.Algorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Hash.Algorithm[]Hash.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.cyclonedx.model with parameters of type Hash.Algorithm Constructor Description Hash(Hash.Algorithm algorithm, java.lang.String value) -
Uses of Hash.Algorithm in org.cyclonedx.util
Methods in org.cyclonedx.util that return Hash.Algorithm Modifier and Type Method Description private static Hash.AlgorithmBomUtils. toAlgorithm(java.security.MessageDigest digest)
-