Initializes this parameter generator with a set of algorithm-specific
parameter generation values.
To generate the parameters, the
SecureRandom
implementation of the highest-priority installed provider is used as
the source of randomness.
(If none of the installed providers supply an implementation of
SecureRandom
, a system-provided source of randomness is
used.)
Parameters:
-
genParamSpec - the set of algorithm-specific parameter generation values.
Throws:
-
InvalidAlgorithmParameterException - if the given parameter
generation values are inappropriate for this parameter generator.