Date: Mon, 14 Apr 1997 12:22:13 -0400 (EDT)
From: Mark Bordas <mbordas@gotham.East>
Subject: DSAParams question
To: java-security@java0.javasoft.com
Message-Id: <libSDtMail.9704141222.27477.mbordas@elsa>
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