Uses of Class
org.cyclonedx.model.component.crypto.enums.CertificationLevel
-
Packages that use CertificationLevel Package Description org.cyclonedx.model.component.crypto org.cyclonedx.model.component.crypto.enums org.cyclonedx.util.deserializer -
-
Uses of CertificationLevel in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto declared as CertificationLevel Modifier and Type Field Description private CertificationLevelAlgorithmProperties. certificationLevelMethods in org.cyclonedx.model.component.crypto that return CertificationLevel Modifier and Type Method Description CertificationLevelAlgorithmProperties. getCertificationLevel()Methods in org.cyclonedx.model.component.crypto with parameters of type CertificationLevel Modifier and Type Method Description voidAlgorithmProperties. setCertificationLevel(CertificationLevel certificationLevel) -
Uses of CertificationLevel in org.cyclonedx.model.component.crypto.enums
Methods in org.cyclonedx.model.component.crypto.enums that return CertificationLevel Modifier and Type Method Description static CertificationLevelCertificationLevel. fromString(java.lang.String value)static CertificationLevelCertificationLevel. valueOf(java.lang.String name)Returns 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 CertificationLevel Modifier and Type Method Description CertificationLevelCertificationLevelDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)
-