Uses of Class
org.cyclonedx.model.component.crypto.enums.Primitive
-
Packages that use Primitive Package Description org.cyclonedx.model.component.crypto org.cyclonedx.model.component.crypto.enums -
-
Uses of Primitive in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto declared as Primitive Modifier and Type Field Description private PrimitiveAlgorithmProperties. primitiveMethods in org.cyclonedx.model.component.crypto that return Primitive Modifier and Type Method Description PrimitiveAlgorithmProperties. getPrimitive()Methods in org.cyclonedx.model.component.crypto with parameters of type Primitive Modifier and Type Method Description voidAlgorithmProperties. setPrimitive(Primitive primitive) -
Uses of Primitive in org.cyclonedx.model.component.crypto.enums
Methods in org.cyclonedx.model.component.crypto.enums that return Primitive Modifier and Type Method Description static PrimitivePrimitive. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Primitive[]Primitive. values()Returns an array containing the constants of this enum type, in the order they are declared.
-