I'm using weblogic 9.2. Can anyone tell me how to retrieve a private key from a Keystore. I'm using a standard JKS which I've pointed to through the console Configure->Keystores. I plan to use this Key to invoke a Cipher which will be later used to encrypt/decrypt data.
I've done this successfully outside of Weblogic, but I've drawn a blank when trying to identify any relevant Weblogic API or Javadoc describing how to retrieve a private key from a managed Keystore.
I've done this successfully outside of Weblogic, but I've drawn a blank when trying to identify any relevant Weblogic API or Javadoc describing how to retrieve a private key from a managed Keystore.