API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. AlgorithmParameterGeneratorSpi View Source
Author(s)
Jan Luehe
Since
1.2
Version
1.15, 11/17/05
Serial
Hierarchy
 Object
      AlgorithmParameterGeneratorSpi
Implements
Subclasses
Description
publicabstract abstract class AlgorithmParameterGeneratorSpi
  This class defines the Service Provider Interface (SPI) for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm.
Constructors
public AlgorithmParameterGeneratorSpi ()
Methods
Hide/Show inherited methods
protectedabstract AlgorithmParameters engineGenerateParameters ()
  Generates the parameters.
protectedabstract void engineInit (AlgorithmParameterSpec genParamSpec, SecureRandom random) throws InvalidAlgorithmParameterException
  Initializes this parameter generator with a set of algorithm-specific parameter generation values.
protectedabstract void engineInit (int size, SecureRandom random)
  Initializes this parameter generator for a certain size and source of randomness.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar