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