| Package | Description |
|---|---|
| org.springframework.vault.core |
Vault core support.
|
| org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
| Modifier and Type | Method and Description |
|---|---|
Hmac |
VaultTransitTemplate.getHmac(String keyName,
VaultHmacRequest hmacRequest) |
Hmac |
VaultTransitOperations.getHmac(String keyName,
VaultHmacRequest request)
Create a HMAC using
keyName of given VaultHmacRequest using the
default hash algorithm. |
| Modifier and Type | Method and Description |
|---|---|
VaultHmacRequest |
VaultHmacRequest.VaultHmacRequestBuilder.build()
Build a new
VaultHmacRequest instance. |
static VaultHmacRequest |
VaultHmacRequest.create(Plaintext input)
Create a new
VaultHmacRequest given Plaintext. |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.