Uses of Class
org.springframework.vault.support.Ciphertext
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of Ciphertext in org.springframework.vault.core
Modifier and TypeMethodDescriptionEncrypts the providedplaintext
using the named key.Modifier and TypeMethodDescriptionEncrypts the providedplaintext
using the named key.Modifier and TypeMethodDescriptionReactiveVaultTransitOperations.decrypt
(String keyName, Ciphertext ciphertext) Decrypts the provided cipher text using the named key.ReactiveVaultTransitTemplate.decrypt
(String keyName, Ciphertext ciphertext) VaultTransitOperations.decrypt
(String keyName, Ciphertext ciphertext) Decrypts the provided cipher text using the named key.VaultTransitTemplate.decrypt
(String keyName, Ciphertext ciphertext) 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) 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) -
Uses of Ciphertext in org.springframework.vault.support
Modifier and TypeMethodDescriptionprotected Ciphertext
VaultEncryptionResult.get0()
static Ciphertext
Factory method to createCiphertext
from the givenciphertext
.Ciphertext.with
(VaultTransitContext context) Create a newCiphertext
object from this ciphertext associated with the givenVaultTransitContext
.ModifierConstructorDescriptionVaultEncryptionResult
(Ciphertext cipherText) CreateVaultEncryptionResult
for a successfully encryptedCiphertext
.