Uses of Class
org.cyclonedx.model.Signature.Algorithm
-
Packages that use Signature.Algorithm Package Description org.cyclonedx.model -
-
Uses of Signature.Algorithm in org.cyclonedx.model
Fields in org.cyclonedx.model declared as Signature.Algorithm Modifier and Type Field Description private Signature.AlgorithmSignature. algorithmMethods in org.cyclonedx.model that return Signature.Algorithm Modifier and Type Method Description static Signature.AlgorithmSignature.Algorithm. fromString(java.lang.String text)Signature.AlgorithmSignature. getAlgorithm()static Signature.AlgorithmSignature.Algorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Signature.Algorithm[]Signature.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model with parameters of type Signature.Algorithm Modifier and Type Method Description voidSignature. setAlgorithm(Signature.Algorithm algorithm)
-