SecureRandom
implementation of the highest-priority installed provider as the source of randomness. (If none of the installed providers supply an implementation of SecureRandom
, a system-provided source of randomness is used.)
@param keysize the keysize. This is analgorithm-specific metric, such as modulus length, specified in number of bits.
@exception InvalidParameterException if the keysize
is notsupported by this KeyPairGenerator object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|