Uses of Class
io.helidon.integrations.vault.secrets.transit.Hmac.Request
-
Uses of Hmac.Request in io.helidon.integrations.vault.secrets.transit
Modifier 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.