Example usage for Java java.security AlgorithmParameterGenerator fields, constructors, methods, implement or subclass
The text is from its open source code.
AlgorithmParameters | generateParameters() Generates the parameters. |
AlgorithmParameterGenerator | getInstance(String algorithm) Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm. |
void | init(int size) Initializes this parameter generator for a certain size. |
void | init(AlgorithmParameterSpec genParamSpec) Initializes this parameter generator with a set of algorithm-specific parameter generation values. |