Uses of Class
org.springframework.vault.support.Hmac
Packages that use Hmac
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of Hmac in org.springframework.vault.core
Methods in org.springframework.vault.core that return HmacModifier and TypeMethodDescriptionCreate a HMAC usingkeyName
of givenPlaintext
using the default hash algorithm.VaultTransitOperations.getHmac
(String keyName, VaultHmacRequest request) Create a HMAC usingkeyName
of givenVaultHmacRequest
using the default hash algorithm.VaultTransitTemplate.getHmac
(String keyName, VaultHmacRequest hmacRequest) -
Uses of Hmac in org.springframework.vault.support
Methods in org.springframework.vault.support that return HmacModifier and TypeMethodDescriptionVaultSignatureVerificationRequest.getHmac()
static Hmac
Factory method to create aHmac
from the givenhmac
.Methods in org.springframework.vault.support with parameters of type Hmac