Uses of Class
io.helidon.integrations.vault.secrets.transit.DecryptBatch.BatchEntry
-
Uses of DecryptBatch.BatchEntry in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionstatic DecryptBatch.BatchEntry
DecryptBatch.BatchEntry.builder()
A new builder for a batch entry.DecryptBatch.BatchEntry.cipherText
(String cipherText) Configure the cipher text to be decrypted.DecryptBatch.BatchEntry.context
(Base64Value value) Configure context data.static DecryptBatch.BatchEntry
Create a new entry from cipher text.DecryptBatch.BatchEntry.nonce
(Base64Value value) Configure nonce.Modifier and TypeMethodDescriptionDecryptBatch.Request.addEntry
(DecryptBatch.BatchEntry batchEntry) Specifies a list of items to be encrypted in a single batch.