Uses of Enum Class
org.jenkinsci.plugins.github.webhook.SignatureAlgorithm
Packages that use SignatureAlgorithm
-
Uses of SignatureAlgorithm in org.jenkinsci.plugins.github.config
Methods in org.jenkinsci.plugins.github.config that return SignatureAlgorithmModifier and TypeMethodDescriptionHookSecretConfig.getSignatureAlgorithm()Gets the signature algorithm to use for webhook validation. -
Uses of SignatureAlgorithm in org.jenkinsci.plugins.github.webhook
Methods in org.jenkinsci.plugins.github.webhook that return SignatureAlgorithmModifier and TypeMethodDescriptionstatic SignatureAlgorithmSignatureAlgorithm.getDefault()Gets the default algorithm for new configurations.static SignatureAlgorithmReturns the enum constant of this class with the specified name.static SignatureAlgorithm[]SignatureAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jenkinsci.plugins.github.webhook with parameters of type SignatureAlgorithmModifier and TypeMethodDescriptionbooleanGHWebhookSignature.matches(String digest, SignatureAlgorithm algorithm) Validates a signature using the specified algorithm.