Package | Description |
---|---|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
VaultSignRequest.VaultSignRequestBuilder |
VaultSignRequest.VaultSignRequestBuilder.algorithm(String algorithm)
Deprecated.
since 2.4, use
signatureAlgorithm(String) instead. |
static VaultSignRequest.VaultSignRequestBuilder |
VaultSignRequest.builder() |
VaultSignRequest.VaultSignRequestBuilder |
VaultSignRequest.VaultSignRequestBuilder.hashAlgorithm(String hashAlgorithm)
Configure the hash algorithm to be used for the operation.
|
VaultSignRequest.VaultSignRequestBuilder |
VaultSignRequest.VaultSignRequestBuilder.plaintext(Plaintext input)
Configure the input to be used to create the signature.
|
VaultSignRequest.VaultSignRequestBuilder |
VaultSignRequest.VaultSignRequestBuilder.signatureAlgorithm(String signatureAlgorithm)
Configure the signature algorithm to be used for the operation when using an
RSA key.
|
Copyright © 2016–2022 Pivotal Software, Inc.. All rights reserved.