Uses of Class
org.springframework.vault.support.VaultHmacRequest
Packages that use VaultHmacRequest
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of VaultHmacRequest in org.springframework.vault.core
Methods in org.springframework.vault.core with parameters of type VaultHmacRequestModifier 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
Methods in org.springframework.vault.support that return VaultHmacRequestModifier and TypeMethodDescriptionVaultHmacRequest.VaultHmacRequestBuilder.build()
Build a newVaultHmacRequest
instance.static VaultHmacRequest
Create a newVaultHmacRequest
givenPlaintext
.