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 TypeMethodDescriptionVaultTransitOperations.decrypt
(String keyName, Ciphertext ciphertext) Decrypts the provided cipher text using the named key.VaultTransitTemplate.decrypt
(String keyName, Ciphertext ciphertext) Modifier and TypeMethodDescriptionVaultTransitOperations.decrypt
(String keyName, List<Ciphertext> batchRequest) Decrypts the provided barch of cipher text using the named key and context.VaultTransitTemplate.decrypt
(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
.