Uses of Class
io.helidon.integrations.vault.secrets.transit.Hmac.Request
Packages that use Hmac.Request
-
Uses of Hmac.Request in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return Hmac.RequestModifier and TypeMethodDescriptionstatic Hmac.Request
Hmac.Request.builder()
Fluent API builder for configuring a request.Hmac.Request.data
(Base64Value value) The data to sign.Hmac.Request.hashAlgorithm
(String hashAlgorithm) Specifies the hash algorithm to use for supporting key types (notably, not including ed25519 which specifies its own hash algorithm).Hmac.Request.hmacKeyName
(String signatureKeyName) Specifies the name of the encryption key to sign against.Hmac.Request.hmacKeyVersion
(int version) Specifies the version of the key to use for signatures.Methods in io.helidon.integrations.vault.secrets.transit with parameters of type Hmac.RequestModifier and TypeMethodDescriptionTransitSecrets.hmac
(Hmac.Request request) Hmac of a message.TransitSecretsRx.hmac
(Hmac.Request request) Hmac of a message.