cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Access the portal keystore using java code

Former Member
0 Likes
865

Hello,

I've exchanged certificates with a third party portal and I am now interested in sending it a message digest and a signature using PKI approach implemented through Java APIs.

in PKI the signature is generated from the public key in the keystore.

Where on the filesystem can I find SAP's keystore that holds the portal's public key and how can I access it using java code (not via Visual Admin)?

I have already read [this post|; but it doesn't really answer my question.

Rgds,

Roy

View Entire Topic
Former Member
0 Likes

Anyone...?

Former Member
0 Likes

Not Sure buddy if this helps

Regards

Pankaj Prasoon

Former Member
0 Likes

Nope doesn't help, this deals with certificate import problem, I'm past that stage. We've exchanged certificates successfully now I want to send the other side a message. How do I get the public key to encrypt it?