Uses of Enum
org.cyclonedx.model.component.crypto.enums.ProtocolType
Packages that use ProtocolType
-
Uses of ProtocolType in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto declared as ProtocolTypeMethods in org.cyclonedx.model.component.crypto that return ProtocolTypeMethods in org.cyclonedx.model.component.crypto with parameters of type ProtocolType -
Uses of ProtocolType in org.cyclonedx.model.component.crypto.enums
Subclasses with type arguments of type ProtocolType in org.cyclonedx.model.component.crypto.enumsMethods in org.cyclonedx.model.component.crypto.enums that return ProtocolTypeModifier and TypeMethodDescriptionstatic ProtocolTypeReturns 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.