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