Uses of Class
org.cyclonedx.model.component.crypto.enums.AssetType
-
Packages that use AssetType Package Description org.cyclonedx.model.component.crypto org.cyclonedx.model.component.crypto.enums -
-
Uses of AssetType in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto declared as AssetType Modifier and Type Field Description private AssetTypeCryptoProperties. assetTypeMethods in org.cyclonedx.model.component.crypto that return AssetType Modifier and Type Method Description AssetTypeCryptoProperties. getAssetType()Methods in org.cyclonedx.model.component.crypto with parameters of type AssetType Modifier and Type Method Description voidCryptoProperties. setAssetType(AssetType assetType) -
Uses of AssetType in org.cyclonedx.model.component.crypto.enums
Methods in org.cyclonedx.model.component.crypto.enums that return AssetType Modifier and Type Method Description static AssetTypeAssetType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AssetType[]AssetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-