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