Date: Wed, 23 Jul 1997 15:42:17 -0400
From: bfwr2f1@is002677 (Viana)
Message-Id: <199707231942.PAA20321@iw027709.bell-atl.com>
To: java-security@web2.javasoft.com
Subject: JavaKey Bug
I have been trying to follow your examples about javakey and how to sign
an applet, however I have been unable to pass Step 2 of the example
you have on:
http://java.sun.com/security/usingJavakey.html
When I try to generate the DSA key pair for the identity, I get the
following error:
% javakey -gk duke DSA 512
java.lang.ExceptionInInitializerError
at java.security.Security.getImpl(Security.java)
at java.security.KeyPairGenerator.getInstance(KeyPairGenerator.java:162)
at sun.security.provider.Main.generateKeyPair(Main.java:991)
at sun.security.provider.Main.generateCmd(Main.java:716)
at sun.security.provider.Main.run(Main.java:1376)
at sun.security.provider.Main.main(Main.java:1405)
I am running JDK 1.1.3 on a Solaris 2.5 box.
Please advise!!!!
Thanks,
Cleandro.