Hi everyone,
I am going through ESB security examples in order to establish secure application level security between client and server. Samples work fine and now I am trying to use my own JKS for signing and encrypting. The problem I encoutered is that I do not really get how PWCallback class should be called on the server side. In the samples provided by ESB, both client and server are using the same store.jks and the same PWCallback class which is stored only in axis2Client and it is not clear how the server locates PWCallback. What if I want to use a different jks on server: where should PWCallback_server.class be stored in order for server to locate it? Could you spread some light on this proces?
Thanks in advance,
Jelena