Uses of Class
org.springframework.vault.support.VaultSignRequest.VaultSignRequestBuilder
Package
Description
Classes supporting the Vault packages, such as value objects.
-
Uses of VaultSignRequest.VaultSignRequestBuilder in org.springframework.vault.support
Modifier and TypeMethodDescriptionDeprecated.VaultSignRequest.builder()
VaultSignRequest.VaultSignRequestBuilder.hashAlgorithm
(String hashAlgorithm) Configure the hash algorithm to be used for the operation.Configure the input to be used to create the signature.VaultSignRequest.VaultSignRequestBuilder.signatureAlgorithm
(String signatureAlgorithm) Configure the signature algorithm to be used for the operation when using an RSA key.
signatureAlgorithm(String)
instead.