Uses of Enum
org.cyclonedx.model.component.crypto.enums.CertificationLevel
Packages that use CertificationLevel
Package
Description
-
Uses of CertificationLevel in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto declared as CertificationLevelModifier and TypeFieldDescriptionprivate CertificationLevelAlgorithmProperties.certificationLevelMethods in org.cyclonedx.model.component.crypto that return CertificationLevelMethods in org.cyclonedx.model.component.crypto with parameters of type CertificationLevelModifier and TypeMethodDescriptionvoidAlgorithmProperties.setCertificationLevel(CertificationLevel certificationLevel) -
Uses of CertificationLevel in org.cyclonedx.model.component.crypto.enums
Methods in org.cyclonedx.model.component.crypto.enums that return CertificationLevelModifier and TypeMethodDescriptionstatic CertificationLevelCertificationLevel.fromString(String value) static CertificationLevelReturns the enum constant of this type with the specified name.static CertificationLevel[]CertificationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CertificationLevel in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return CertificationLevelModifier and TypeMethodDescriptionCertificationLevelDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)