We have an application consisting of customer mobile's number , which we are encrypting using our own key and storing in database. But now we are suggested to use ORACLE KEY VAULT for managing key. I would like to know, how the key will be generated now , and how those keys will be used in my java code to encrypt the data.
Any small help is also appreciable.