munjain - 2007-12-13

Hi All,

When trying to start AKA wuthentication with Jradius client I am getting an exception in EAPAKAAuthenticator.java. I have already loaded boucycastle jar file.
From the GUI I am giving the values of IK and CK as
b860a7ee17403ed131635dc3201d99fc and
4db4467d96c918928fb4b9eda696a88d respectively, thinking that it should take hexadecimal value.
Please help me in finding the way to make it work.
Also please tell me how I can find proper documentation on jradius.
As I couldn't find it, May be missing some location.
The logs I am getting are given below:

net.jradius.exception.RadiusException: Requires NONEwithDSA from crypto provider
        at net.jradius.client.auth.EAPAKAAuthenticator.setupRequest(EAPAKAAuthenticator.java:232)
        at net.jradius.client.RadiusClient.authenticate(RadiusClient.java:323)
        at net.jradius.client.gui.JRadiusSimulator.run(JRadiusSimulator.java:2157)
        at java.lang.Thread.run(Thread.java:595)

Munjain