Date: Mon, 14 Apr 1997 15:38:12 -0400 (EDT)
From: Mark Bordas <mbordas@gotham.East.Sun.COM>
Subject: DSAParams question
To: java-security@java.eng.sun.com
Message-Id: <libSDtMail.9704141538.7215.mbordas@elsa>
(this is a resend - I originally sent to java.sun, and I
wasn't sure that worked)
In the Java Cryptography Architecture API Specification & Reference
document, there is a code example under the heading "Initializing
the Key Pair Generator". The Algoritm-Specific Initialization example
includes the following text:
Assuming the class implementing DSAParams is named DSAParamsClass,
use the following to initialize the key pair generator:
DSAParams dsaParams = new DSAParams(p, q, g);
This seems to be a typo. But am I correct that there is no implementation
of the DSAParams interface? Likewise, is there also no implementation
of the Certificate interface?
mark