Changed Methods |
KeyPair genKeyPair()
|
Documentation changed from old to new. |
Generates a key pair. |
KeyPair generateKeyPair()
|
Documentation changed from old to new. Method was inherited from KeyPairGeneratorSpi, but is now defined locally. Changed from abstract to non-abstract.
|
Generates a key pair. |
void initialize(AlgorithmParameterSpec )
|
Documentation changed from old to new. |
Initializes the key pair generator using the specified parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness. |
void initialize(AlgorithmParameterSpec, SecureRandom)
|
Documentation changed from old to new. |
Initializes the key pair generator with the given parameter set and source of randomness. |
void initialize(int )
|
Documentation changed from old to new. |
Initializes the key pair generator for a certain keysize using a default parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness. |
void initialize(int, SecureRandom)
|
Documentation changed from old to new. |
Initializes the key pair generator for a certain keysize with the given source of randomness (and a default parameter set). |