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.Request
EncryptBatch.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
EncryptBatch.Request. convergentEncryption(String convergent)
This parameter will only be used when a key is expected to be created.EncryptBatch.Request
EncryptBatch.Request. encryptionKeyName(String encryptionKeyName)
Specifies the name of the encryption key to encrypt against.EncryptBatch.Request
EncryptBatch.Request. encryptionKeyType(String type)
This parameter is required when encryption key is expected to be created.EncryptBatch.Request
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.Request Modifier and Type Method Description EncryptBatch.Response
TransitSecrets. 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.
-