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 that return types with arguments of type CiphertextModifier and TypeMethodDescriptionEncrypts the providedplaintext
using the named key.Methods in org.springframework.vault.core with parameters of type CiphertextModifier 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) Method parameters in org.springframework.vault.core with type arguments of type CiphertextModifier 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
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
.