Uses of Class
org.springframework.vault.support.VaultDecryptionResult
-
Uses of VaultDecryptionResult in org.springframework.vault.core
Modifier and TypeMethodDescriptionReactiveVaultTransitOperations.decrypt
(String keyName, List<Ciphertext> batchRequest) Decrypts the provided batch of cipher text using the named key and context.ReactiveVaultTransitTemplate.decrypt
(String keyName, List<Ciphertext> batchRequest) VaultTransitOperations.decrypt
(String keyName, List<Ciphertext> batchRequest) Decrypts the provided batch of cipher text using the named key and context.VaultTransitTemplate.decrypt
(String keyName, List<Ciphertext> batchRequest)