Uses of Class
io.helidon.integrations.oci.vault.Encrypt.Request
Packages that use Encrypt.Request
Package
Description
Integration with OCI Vault REST API including the KMS encryption and digest support.
-
Uses of Encrypt.Request in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return Encrypt.RequestModifier and TypeMethodDescriptionThe encryption algorithm to use to encrypt and decrypt data with a customer-managed key.static Encrypt.RequestEncrypt.Request.builder()Fluent API builder for configuring a request.Information that can be used to provide an encryption context for the encrypted data.Encrypt.Request.data(Base64Value value) The data to encrypt.The OCID of the key to encrypt with.Encrypt.Request.keyVersionId(String versionOcid) The OCID of the key version used to encrypt the ciphertext.Methods in io.helidon.integrations.oci.vault with parameters of type Encrypt.RequestModifier and TypeMethodDescriptionOciVault.encrypt(Encrypt.Request request) Encrypt data.OciVaultRx.encrypt(Encrypt.Request request) Encrypt data.