Generated by
JDiff

Class java.security.KeyPairGeneratorSpi

Documentation changed from old to new.

Changed Methods
KeyPair generateKeyPair() Documentation changed from old to new.
Generates a key pair.
void initialize(int, SecureRandom) Documentation changed from old to new.
Initializes the key pair generator for a certain keysize using the default parameter set.
void initialize(AlgorithmParameterSpec, SecureRandom) Documentation changed from old to new.
Initializes the key pair generator using the specified parameter set and user-provided source of randomness.