Uses of Enum
io.camunda.connector.runtime.inbound.signature.HMACAlgoCustomerChoice
Packages that use HMACAlgoCustomerChoice
-
Uses of HMACAlgoCustomerChoice in io.camunda.connector.runtime.inbound.signature
Methods in io.camunda.connector.runtime.inbound.signature that return HMACAlgoCustomerChoiceModifier and TypeMethodDescriptionstatic HMACAlgoCustomerChoiceReturns the enum constant of this type with the specified name.static HMACAlgoCustomerChoice[]HMACAlgoCustomerChoice.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.camunda.connector.runtime.inbound.signature with parameters of type HMACAlgoCustomerChoiceModifierConstructorDescriptionHMACSignatureValidator(byte[] requestBody, Map<String, String> headers, String hmacHeader, String hmacSecretKey, HMACAlgoCustomerChoice hmacAlgo)