Uses of Class
io.helidon.integrations.vault.secrets.transit.EncryptBatch.Request
Packages that use EncryptBatch.Request
-
Uses of EncryptBatch.Request in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return EncryptBatch.RequestModifier and TypeMethodDescriptionEncryptBatch.Request.addEntry(EncryptBatch.BatchEntry batch) Specifies a list of items to be encrypted in a single batch.static EncryptBatch.RequestEncryptBatch.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.Methods in io.helidon.integrations.vault.secrets.transit with parameters of type EncryptBatch.RequestModifier and TypeMethodDescriptionTransitSecrets.encrypt(EncryptBatch.Request request) Encrypts the provided batch of plaintext strings using the named key.