Uses of Class
io.helidon.integrations.vault.secrets.transit.Hmac.Request
-
Packages that use Hmac.Request Package Description io.helidon.integrations.vault.secrets.transit Vault transit secrets. -
-
Uses of Hmac.Request in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return Hmac.Request Modifier and Type Method Description static Hmac.Request
Hmac.Request. builder()
Fluent API builder for configuring a request.Hmac.Request
Hmac.Request. data(Base64Value value)
The data to sign.Hmac.Request
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
Hmac.Request. hmacKeyName(String signatureKeyName)
Specifies the name of the encryption key to sign against.Hmac.Request
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.Request Modifier and Type Method Description Hmac.Response
TransitSecrets. hmac(Hmac.Request request)
Hmac of a message.Single<Hmac.Response>
TransitSecretsRx. hmac(Hmac.Request request)
Hmac of a message.
-