开发者

How to incorporate RSA Adaptive Authentication in Java?

I'm reading some pdf from RSA (now EMC) and all I see for using the API is through xml. How can I use Java to use this security? I am looking to use it for authentication. The username and password will be stored on my end, 开发者_如何学编程and security questions and the like will be stored on RSA's end. I know that I have to send messages (i.e. analyze request messages and authenticate requests) Do I use xml AND java? Or just java, and how?

edit: I'm using the Adaptive Authentication API

edit: Sorry I should've specified, I had forgotten that RSA was an algorithm as well. I am talking about RSA as in the company.


RSA's Adaptive Authentication product uses SOAP for clients to integrate with. You will want to select one of the many Java SOAP toolkits and develop your code using the methodology of that toolkit.


Java incorporates JCE (Java Cryptographic Extensions) which includes RSA algorithms for encryption.


You have to use JAAS, JCE and JSSE api for java.

see Java SE security

If you intend to use webservices , you have to use ws-security throw SSL with callback methods for the password.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜