Uses of Class
org.springframework.vault.support.VaultTransformContext
Packages that use VaultTransformContext
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of VaultTransformContext in org.springframework.vault.core
Methods in org.springframework.vault.core with parameters of type VaultTransformContextModifier 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 TransformCiphertextVaultTransformOperations.encode(String roleName, byte[] plaintext, VaultTransformContext transformRequest) Encode the provided plaintext using the named role. -
Uses of VaultTransformContext in org.springframework.vault.support
Methods in org.springframework.vault.support that return VaultTransformContextModifier and TypeMethodDescriptionVaultTransformContext.VaultTransformRequestBuilder.build()Build a newVaultTransformContextinstance.static VaultTransformContextVaultTransformContext.empty()static VaultTransformContextVaultTransformContext.fromTransformation(String transformation) Create aVaultTransformContextgiventransformationbytes.static VaultTransformContextVaultTransformContext.fromTweak(byte[] tweak) Create aVaultTransformContextgiventweakString.TransformCiphertext.getContext()TransformPlaintext.getContext()Methods in org.springframework.vault.support with parameters of type VaultTransformContextModifier and TypeMethodDescriptionTransformCiphertext.with(VaultTransformContext context) Create a newTransformCiphertextobject from this ciphertext associated with the givenVaultTransformContext.TransformPlaintext.with(VaultTransformContext context) Create a newTransformPlaintextobject from this plaintext associated with the givenVaultTransformContext.