Uses of Class
io.helidon.integrations.vault.secrets.transit.EncryptBatch.Response
-
Packages that use EncryptBatch.Response Package Description io.helidon.integrations.vault.secrets.transit Vault transit secrets. -
-
Uses of EncryptBatch.Response in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return EncryptBatch.Response Modifier and Type Method Description EncryptBatch.Response
TransitSecrets. encrypt(EncryptBatch.Request request)
Encrypts the provided batch of plaintext strings using the named key.Methods in io.helidon.integrations.vault.secrets.transit that return types with arguments of type EncryptBatch.Response Modifier and Type Method Description Single<EncryptBatch.Response>
TransitSecretsRx. encrypt(EncryptBatch.Request request)
Encrypts the provided batch of plaintext strings using the named key.
-