AlgorithmParameterGenerator
Class AlgorithmParameterGenerator
- java.lang.Object
-
- java.security.AlgorithmParameterGenerator
public class AlgorithmParameterGenerator extends Object
The AlgorithmParameterGenerator
class is used to generate a set of parameters to be used with a certain algorithm. Parameter generators are constructed using the getInstance
factory methods (static methods that return instances of a given class).
The object that will generate the parameters can be initialized in two different ways: in an algorithm-independent manner, or in an algorithm-specific manner:
- The algorithm-independent approach uses the fact that all parameter generators share the concept of a "size" and a source of randomness. The measure of size is universally shared by