Hi Friends,
My scenario is SOAP sender--> RFC. SOAP sender is working as webservice.
SOAP sender receives HTTPs request and applies decryption using public keys stored in J2EE key store.
But in my payload there is some confidential information which is encrypted through another private key and now I need to decrypt that in mapping time.
To do this I have to use public key to decrypt that part of payload.
I am writing java code for this but I do not know how to read public keys from Visual Admin(J2EE key store).
Any suggestion? How to read those public keys?
Sandeep Maurya