Uses of Class
io.helidon.integrations.oci.vault.Encrypt.Request
- 
Packages that use Encrypt.Request Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support.
- 
- 
Uses of Encrypt.Request in io.helidon.integrations.oci.vaultMethods in io.helidon.integrations.oci.vault that return Encrypt.Request Modifier and Type Method Description Encrypt.RequestEncrypt.Request. algorithm(String algorithm)The 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.Encrypt.RequestEncrypt.Request. context(String contextData)Information that can be used to provide an encryption context for the encrypted data.Encrypt.RequestEncrypt.Request. data(Base64Value value)The data to encrypt.Encrypt.RequestEncrypt.Request. keyId(String keyOcid)The OCID of the key to encrypt with.Encrypt.RequestEncrypt.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.Request Modifier and Type Method Description Encrypt.ResponseOciVault. encrypt(Encrypt.Request request)Deprecated, for removal: This API element is subject to removal in a future version.Encrypt data.Single<Encrypt.Response>OciVaultRx. encrypt(Encrypt.Request request)Deprecated, for removal: This API element is subject to removal in a future version.Encrypt data.
 
-