Uses of Enum
org.cyclonedx.model.component.crypto.enums.CryptoFunction
Packages that use CryptoFunction
-
Uses of CryptoFunction in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto with type parameters of type CryptoFunctionModifier and TypeFieldDescriptionprivate List<CryptoFunction> AlgorithmProperties.cryptoFunctionsMethods in org.cyclonedx.model.component.crypto that return types with arguments of type CryptoFunctionMethod parameters in org.cyclonedx.model.component.crypto with type arguments of type CryptoFunctionModifier and TypeMethodDescriptionvoidAlgorithmProperties.setCryptoFunctions(List<CryptoFunction> cryptoFunctions) -
Uses of CryptoFunction in org.cyclonedx.model.component.crypto.enums
Methods in org.cyclonedx.model.component.crypto.enums that return CryptoFunctionModifier and TypeMethodDescriptionstatic CryptoFunctionReturns the enum constant of this type with the specified name.static CryptoFunction[]CryptoFunction.values()Returns an array containing the constants of this enum type, in the order they are declared.