Uses of Class
io.helidon.integrations.vault.secrets.transit.DecryptBatch.BatchEntry
-
Packages that use DecryptBatch.BatchEntry Package Description io.helidon.integrations.vault.secrets.transit Vault transit secrets. -
-
Uses of DecryptBatch.BatchEntry in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return DecryptBatch.BatchEntry Modifier and Type Method Description static DecryptBatch.BatchEntry
DecryptBatch.BatchEntry. builder()
A new builder for a batch entry.DecryptBatch.BatchEntry
DecryptBatch.BatchEntry. cipherText(String cipherText)
Configure the cipher text to be decrypted.DecryptBatch.BatchEntry
DecryptBatch.BatchEntry. context(Base64Value value)
Configure context data.static DecryptBatch.BatchEntry
DecryptBatch.BatchEntry. create(String cipherText)
Create a new entry from cipher text.DecryptBatch.BatchEntry
DecryptBatch.BatchEntry. nonce(Base64Value value)
Configure nonce.Methods in io.helidon.integrations.vault.secrets.transit with parameters of type DecryptBatch.BatchEntry Modifier and Type Method Description DecryptBatch.Request
DecryptBatch.Request. addEntry(DecryptBatch.BatchEntry batchEntry)
Specifies a list of items to be encrypted in a single batch.
-