| java.lang.Object | |
| ↳ | java.security.AlgorithmParameterGeneratorSpi | 
AlgorithmParameterGeneratorSpi is the Service Provider Interface
 (SPI) definition for AlgorithmParameterGenerator.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructs a new instance of  AlgorithmParameterGeneratorSpi. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Computes and returns  AlgorithmParametersfor this generator's
 algorithm. | |||||||||||
| Initializes this  AlgorithmParameterGeneratorSpiwith the given
 size and the givenSecureRandom. | |||||||||||
| Initializes this  AlgorithmParameterGeneratorSpiwith the givenAlgorithmParameterSpecand the givenSecureRandom. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Constructs a new instance of AlgorithmParameterGeneratorSpi .
Computes and returns AlgorithmParameters for this generator's
 algorithm.
AlgorithmParameters for this generator's algorithm.
Initializes this AlgorithmParameterGeneratorSpi with the given
 size and the given SecureRandom. The default parameter set
 will be used.
| size | the size (in number of bits). | 
|---|---|
| random | the source of randomness. | 
Initializes this AlgorithmParameterGeneratorSpi with the given
 AlgorithmParameterSpec and the given SecureRandom.
| genParamSpec | the parameters to use. | 
|---|---|
| random | the source of randomness. | 
| InvalidAlgorithmParameterException | if the specified parameters are not supported. | 
|---|