Uses of Class
io.helidon.integrations.vault.secrets.transit.EncryptBatch.Request
-
Packages that use EncryptBatch.Request Package Description io.helidon.integrations.vault.secrets.transit Vault transit secrets. -
-
Uses of EncryptBatch.Request in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return EncryptBatch.Request Modifier and Type Method Description EncryptBatch.RequestEncryptBatch.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.RequestEncryptBatch.Request. convergentEncryption(String convergent)This parameter will only be used when a key is expected to be created.EncryptBatch.RequestEncryptBatch.Request. encryptionKeyName(String encryptionKeyName)Specifies the name of the encryption key to encrypt against.EncryptBatch.RequestEncryptBatch.Request. encryptionKeyType(String type)This parameter is required when encryption key is expected to be created.EncryptBatch.RequestEncryptBatch.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.Request Modifier and Type Method Description EncryptBatch.ResponseTransitSecrets. encrypt(EncryptBatch.Request request)Encrypts the provided batch of plaintext strings using the named key.Single<EncryptBatch.Response>TransitSecretsRx. encrypt(EncryptBatch.Request request)Encrypts the provided batch of plaintext strings using the named key.
-