I am trying to write a connection class in java to connect to oracle database using jdbc drivers but I want to secure the parameters like jdbcurl/username/password which is used to connect to the oracle database.
I have to use TLS certificate concept to connect to the oracle database in java. I tried looking for a working example but couldn't find one.
Can anyone give me an idea how to implement that and late i have to add connection pooling concept also to it.
Thanks in advance