java.security.NoSuchAlgorithmException
843810Apr 18 2002 — edited Apr 18 2002Hi,
I have been writing a simple program involving java security but when I mention any encryption algo like DSA I get this exception:
java.security.NoSuchAlgorithmException
my code line is:
KeyPairGenerator kpg=KeyPairGenerator.getInstance("DSA");
I have checked java.security for the required SunJCE provider and it is mentioned there.
Can anyone pls help me...
Thanks