Uses of Class
org.springframework.vault.support.VaultEncryptionResult
Packages that use VaultEncryptionResult
-
Uses of VaultEncryptionResult in org.springframework.vault.core
Methods in org.springframework.vault.core that return types with arguments of type VaultEncryptionResultModifier and TypeMethodDescriptionEncrypts the provided batch ofplaintext
using the named key and context.Encrypts the provided batch ofplaintext
using the named key and context.ReactiveVaultTransitOperations.rewrap
(String keyName, List<Ciphertext> batchRequest) Rewrap the provided batch of cipher text using the latest version of the named key.ReactiveVaultTransitTemplate.rewrap
(String keyName, List<Ciphertext> batchRequest) VaultTransitOperations.rewrap
(String keyName, List<Ciphertext> batchRequest) Rewrap the provided batch of cipher text using the latest version of the named key.VaultTransitTemplate.rewrap
(String keyName, List<Ciphertext> batchRequest)