Uses of Class
org.springframework.vault.support.VaultTransformContext
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of VaultTransformContext in org.springframework.vault.core
Modifier and TypeMethodDescriptionVaultTransformOperations.decode
(String roleName, String ciphertext, VaultTransformContext transformContext) Decode the provided ciphertext using the named role.VaultTransformTemplate.decode
(String roleName, String ciphertext, VaultTransformContext transformContext) default TransformCiphertext
VaultTransformOperations.encode
(String roleName, byte[] plaintext, VaultTransformContext transformRequest) Encode the provided plaintext using the named role. -
Uses of VaultTransformContext in org.springframework.vault.support
Modifier and TypeMethodDescriptionVaultTransformContext.VaultTransformRequestBuilder.build()
Build a newVaultTransformContext
instance.static VaultTransformContext
VaultTransformContext.empty()
static VaultTransformContext
VaultTransformContext.fromTransformation
(String transformation) Create aVaultTransformContext
giventransformation
bytes.static VaultTransformContext
VaultTransformContext.fromTweak
(byte[] tweak) Create aVaultTransformContext
giventweak
String.TransformCiphertext.getContext()
TransformPlaintext.getContext()
Modifier and TypeMethodDescriptionTransformCiphertext.with
(VaultTransformContext context) Create a newTransformCiphertext
object from this ciphertext associated with the givenVaultTransformContext
.TransformPlaintext.with
(VaultTransformContext context) Create a newTransformPlaintext
object from this plaintext associated with the givenVaultTransformContext
.