Uses of Class
io.helidon.integrations.vault.secrets.transit.DecryptBatch.Request
-
Uses of DecryptBatch.Request in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionDecryptBatch.Request.addEntry
(DecryptBatch.BatchEntry batchEntry) Specifies a list of items to be encrypted in a single batch.static DecryptBatch.Request
DecryptBatch.Request.builder()
Fluent API builder for configuring a request.DecryptBatch.Request.encryptionKeyName
(String encryptionKeyName) Specifies the name of the encryption key to encrypt against.Modifier and TypeMethodDescriptionTransitSecrets.decrypt
(DecryptBatch.Request request) Decrypts the provided batch of ciphertext strings using the named key.