Uses of Class
org.cyclonedx.model.component.crypto.enums.CryptoFunction
-
Packages that use CryptoFunction Package Description org.cyclonedx.model.component.crypto org.cyclonedx.model.component.crypto.enums -
-
Uses of CryptoFunction in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto with type parameters of type CryptoFunction Modifier and Type Field Description private java.util.List<CryptoFunction>AlgorithmProperties. cryptoFunctionsMethods in org.cyclonedx.model.component.crypto that return types with arguments of type CryptoFunction Modifier and Type Method Description java.util.List<CryptoFunction>AlgorithmProperties. getCryptoFunctions()Method parameters in org.cyclonedx.model.component.crypto with type arguments of type CryptoFunction Modifier and Type Method Description voidAlgorithmProperties. setCryptoFunctions(java.util.List<CryptoFunction> cryptoFunctions) -
Uses of CryptoFunction in org.cyclonedx.model.component.crypto.enums
Methods in org.cyclonedx.model.component.crypto.enums that return CryptoFunction Modifier and Type Method Description static CryptoFunctionCryptoFunction. valueOf(java.lang.String name)Returns 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.
-