5 Replies Latest reply on Apr 22, 2004 4:11 PM by meera13

    SRP authentication is missing Base64Encoder

    vbndeveloper

      I am setting up SRP authentication but am running into a missing class exception on the client. Apparently, the JBoss 3.2.3 jbossall-client.jar is missing the org.jboss.security.Base64Encoder class.

      Here is the exception I get:

      java.lang.NoClassDefFoundError: org/jboss/security/Base64Encoder
      at org.jboss.security.Util.encodeBase64(Util.java:304)
      at org.jboss.security.srp.SRPParameters.toString(SRPParameters.java:115)
      at javax.security.auth.Subject.toString(Subject.java:814)
      at javax.security.auth.Subject.toString(Subject.java:770)
      at com.vanbelle.plantarium.client.swing.Main.main(Main.java:78)
      Exception in thread "main"

      This is extremely anoying. Is 3.2.4 coming out soon? Or is it possible to just get the Base64Encoder class from somewhere so I can add it to my build path?