KeyPairGenerator in JDK 1.2 Beta 4
David Hook (dgh@aba.net.au)
Wed, 02 Sep 1998 17:19:33 +1000
I don't know if any else has noticed this, but the API has changed in this class
from 1.1 to 1.2. The method generateKeyPair has been replaced with
genKeyPair and there isn't even a deprecated version for the old one!
Is this a bug (it's certainly a problem!)?
David.
PS. I'm not actually able to run 1.2 so it could be that the documentation is
incorrect, but...