Uses of Class
io.helidon.integrations.vault.secrets.transit.Verify.Request
-
Uses of Verify.Request in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionstatic Verify.Request
Verify.Request.builder()
Fluent API builder for configuring a request.Verify.Request.context
(Base64Value value) Specifies the context for key derivation.Verify.Request.data
(Base64Value value) The data to sign.Verify.Request.digestKeyName
(String signatureKeyName) Specifies the name of the encryption key to verify against.Verify.Request.hashAlgorithm
(String hashAlgorithm) Specifies the hash algorithm to use for supporting key types (notably, not including ed25519 which specifies its own hash algorithm).Specifies the signature output from the /transit/hmac function.Verify.Request.marshalingAlgorithm
(String marshalingAlgorithm) Specifies the way in which the signature should be marshaled.Verify.Request.preHashed
(boolean preHashed) Set to true when the input is already hashed.Specifies the signature output from the /transit/sign function.Verify.Request.signatureAlgorithm
(String signatureAlgorithm) When using a RSA key, specifies the RSA signature algorithm to use for signing.Modifier and TypeMethodDescriptionTransitSecrets.verify
(Verify.Request request) Verify a message signature.