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