Uses of Class
org.springframework.vault.support.VaultHmacRequest
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of VaultHmacRequest in org.springframework.vault.core
Modifier and TypeMethodDescriptionVaultTransitOperations.getHmac
(String keyName, VaultHmacRequest request) Create a HMAC usingkeyName
of givenVaultHmacRequest
using the default hash algorithm.VaultTransitTemplate.getHmac
(String keyName, VaultHmacRequest hmacRequest) -
Uses of VaultHmacRequest in org.springframework.vault.support
Modifier and TypeMethodDescriptionVaultHmacRequest.VaultHmacRequestBuilder.build()
Build a newVaultHmacRequest
instance.static VaultHmacRequest
Create a newVaultHmacRequest
givenPlaintext
.