Uses of Class
org.springframework.vault.support.VaultTransformEncodeResult
Packages that use VaultTransformEncodeResult
-
Uses of VaultTransformEncodeResult in org.springframework.vault.core
Methods in org.springframework.vault.core that return types with arguments of type VaultTransformEncodeResultModifier and TypeMethodDescriptionVaultTransformOperations.encode
(String roleName, List<TransformPlaintext> batchRequest) Encode the provided batch of plaintext using the role given and transformation in each list item.VaultTransformTemplate.encode
(String roleName, List<TransformPlaintext> batchRequest)