Uses of Class
io.helidon.integrations.vault.secrets.transit.EncryptBatch.BatchEntry
-
Uses of EncryptBatch.BatchEntry in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionstatic EncryptBatch.BatchEntry
EncryptBatch.BatchEntry.builder()
A new builder for a batch entry.EncryptBatch.BatchEntry.context
(Base64Value value) Configure context data.static EncryptBatch.BatchEntry
EncryptBatch.BatchEntry.create
(Base64Value base64Value) Create an entry from Base64 value.EncryptBatch.BatchEntry.data
(Base64Value value) Configure the data to be encrypted.EncryptBatch.BatchEntry.nonce
(Base64Value value) Configure nonce.Modifier and TypeMethodDescriptionEncryptBatch.Request.addEntry
(EncryptBatch.BatchEntry batch) Specifies a list of items to be encrypted in a single batch.