Uses of Class
org.springframework.vault.support.VaultEncryptionResult
-
Uses of VaultEncryptionResult in org.springframework.vault.core
Modifier 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)