OIC - encryption with IV (Initialization Vector)
We have a requirement to encrypt data in OIC before transmission to 3rd party. I am aware of Oracle OCI oracle vault service. The requirement is to encrypt the data using an AES encryption key along with IV (Initialization Vector). Can anyone confirm if there is an API that allows encrypting a plain text using a key in Vault as well as an IV (non randomized IV). If OCI API doesn't support the use of IV, is there a way this can be handled in OIC directly?
1