Uses of Class
io.helidon.integrations.vault.secrets.transit.EncryptBatch.Request
-
Uses of EncryptBatch.Request in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionEncryptBatch.Request.addEntry
(EncryptBatch.BatchEntry batch) Specifies a list of items to be encrypted in a single batch.static EncryptBatch.Request
EncryptBatch.Request.builder()
Fluent API builder for configuring a request.EncryptBatch.Request.convergentEncryption
(String convergent) This parameter will only be used when a key is expected to be created.EncryptBatch.Request.encryptionKeyName
(String encryptionKeyName) Specifies the name of the encryption key to encrypt against.EncryptBatch.Request.encryptionKeyType
(String type) This parameter is required when encryption key is expected to be created.EncryptBatch.Request.encryptionKeyVersion
(int version) Specifies the version of the key to use for encryption.Modifier and TypeMethodDescriptionTransitSecrets.encrypt
(EncryptBatch.Request request) Encrypts the provided batch of plaintext strings using the named key.