Hi,
I'm trying to integrate the PCKS Authentication in my application. I'm using a class that extends to PKCSAuthInit in my client and using the he keystore path, the security alias, and the keystore password in the properties file and a PKCSAuthenticator class in the server this work fine and the Authentication is succesfull. The porblems is that I need that the Properties objets that return the getCredentials mehtod in the class PKCSAuthInit, have two additional props an id and a password that is encrypted. Then i need to verify this fields (id and password) in the server side to authenticate, but i don't know how do this.
Someone can help me ?
Thanks.