Uses of Class
org.cyclonedx.model.component.crypto.enums.RelatedCryptoMaterialType
-
Packages that use RelatedCryptoMaterialType Package Description org.cyclonedx.model.component.crypto org.cyclonedx.model.component.crypto.enums -
-
Uses of RelatedCryptoMaterialType in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto declared as RelatedCryptoMaterialType Modifier and Type Field Description private RelatedCryptoMaterialTypeRelatedCryptoMaterialProperties. typeMethods in org.cyclonedx.model.component.crypto that return RelatedCryptoMaterialType Modifier and Type Method Description RelatedCryptoMaterialTypeRelatedCryptoMaterialProperties. getType()Methods in org.cyclonedx.model.component.crypto with parameters of type RelatedCryptoMaterialType Modifier and Type Method Description voidRelatedCryptoMaterialProperties. setType(RelatedCryptoMaterialType type) -
Uses of RelatedCryptoMaterialType in org.cyclonedx.model.component.crypto.enums
Methods in org.cyclonedx.model.component.crypto.enums that return RelatedCryptoMaterialType Modifier and Type Method Description static RelatedCryptoMaterialTypeRelatedCryptoMaterialType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RelatedCryptoMaterialType[]RelatedCryptoMaterialType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-