Uses of Class
org.springframework.vault.support.Ciphertext
Packages that use Ciphertext
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of Ciphertext in org.springframework.vault.core
Methods in org.springframework.vault.core that return CiphertextModifier and TypeMethodDescriptionEncrypts the providedplaintext
using the named key.Methods in org.springframework.vault.core with parameters of type CiphertextModifier and TypeMethodDescriptionVaultTransitOperations.decrypt
(String keyName, Ciphertext ciphertext) Decrypts the provided cipher text using the named key.VaultTransitTemplate.decrypt
(String keyName, Ciphertext ciphertext) Method parameters in org.springframework.vault.core with type arguments of type CiphertextModifier 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
Methods in org.springframework.vault.support that return CiphertextModifier 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
.Constructors in org.springframework.vault.support with parameters of type CiphertextModifierConstructorDescriptionVaultEncryptionResult
(Ciphertext cipherText) CreateVaultEncryptionResult
for a successfully encryptedCiphertext
.