Where is "sun.security.provider.Sun"?

Luo, Yinqiu (Yinqiu.Luo@transquest.com)
Mon, 24 Mar 1997 14:08:36 -0500

From: "Luo, Yinqiu" <Yinqiu.Luo@transquest.com>
To: "'java-security@java.sun.com'" <java-security@java>
Subject: Where is "sun.security.provider.Sun"?
Date: Mon, 24 Mar 1997 14:08:36 -0500

Hi, I tried to use JAVA security API. Does Sun provide the default:
"sun.security.provider.Sun"?
When I read the API spec., it says Providers needs to be installed in
JAVA_HOME/classes/... directory and the security.java file needs to be
re-configured.
When I assumed that "sun.security.provider.Sun" are installed with
JDK1.1's installation, the following code

Signature dsa = Signature.getInstance("DSA");

//sysProp = System.getProperties();
//sysProp.list(System.out);

System.out.print(dsa.toString()+"\n");

running results are:
DSA Signature
P, Q or G not initialized.
UNINIIALIZED

Could you help me these out?

Yinqiu Luo 404-714-2606