tags:

views:

383

answers:

1

We use Oracle wallet for scripting Oracle releases.

Using mkstore I can add or delete private keys to Oracle wallet.

Either using Java or C#, I want to read the private key sitting inside the Oracle wallet.

Could someone share the sample code how to do that.

This post explains how to open a wallet using Java, but it does not read the private key. http://blog.mikesidoti.com/2007/04/opening-oracles-wallet.html

A: 

Isn't the point of the wallet to prevent anything from reading the private key?

Jonathan Leffler