Uses of Class
io.helidon.integrations.vault.secrets.transit.DecryptBatch.Request
Packages that use DecryptBatch.Request
-
Uses of DecryptBatch.Request in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return DecryptBatch.RequestModifier 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.Methods in io.helidon.integrations.vault.secrets.transit with parameters of type DecryptBatch.RequestModifier and TypeMethodDescriptionTransitSecrets.decrypt
(DecryptBatch.Request request) Decrypts the provided batch of ciphertext strings using the named key.