Uses of Enum Class
org.cyclonedx.model.component.crypto.enums.CertificationLevel
Packages that use CertificationLevel
-
Uses of CertificationLevel in org.cyclonedx.model.component.crypto
Methods in org.cyclonedx.model.component.crypto that return types with arguments of type CertificationLevelMethod parameters in org.cyclonedx.model.component.crypto with type arguments of type CertificationLevelModifier and TypeMethodDescriptionvoidAlgorithmProperties.setCertificationLevel(List<CertificationLevel> certificationLevel) -
Uses of CertificationLevel in org.cyclonedx.model.component.crypto.enums
Subclasses with type arguments of type CertificationLevel in org.cyclonedx.model.component.crypto.enumsMethods in org.cyclonedx.model.component.crypto.enums that return CertificationLevelModifier and TypeMethodDescriptionstatic CertificationLevelCertificationLevel.fromString(String value) static CertificationLevelReturns the enum constant of this class with the specified name.static CertificationLevel[]CertificationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.