|
-
September 24th, 2000, 08:17 AM
#1
how get privateKey , if signer name is known ??
i have wrote:
dsa = Signature.getInstance("SHA/DSA");
signer = new SystemSigner("Administrator");
priv = signer.getPrivateKey();
dsa.initSign(priv);
It is known, i have a "Administrator" certificate
An "java.security.InvalidKeyException" happened.(DSA private key is null)
Please , tell me if you know , or mail me: [email protected]
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|