API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. KeyPairGeneratorSpi View Source
Author(s)
Benjamin Renaud
Since
Version
1.15, 11/17/05
Serial
Hierarchy
 Object
      KeyPairGeneratorSpi
Implements
Subclasses
Description
publicabstract abstract class KeyPairGeneratorSpi
  This class defines the Service Provider Interface (SPI) for the KeyPairGenerator class, which is used to generate pairs of public and private keys.
Constructors
public KeyPairGeneratorSpi ()
Methods
Hide/Show inherited methods
publicabstract KeyPair generateKeyPair ()
  Generates a key pair.
public void initialize (AlgorithmParameterSpec params, SecureRandom random) throws InvalidAlgorithmParameterException
  Initializes the key pair generator using the specified parameter set and user-provided source of randomness.
publicabstract void initialize (int keysize, SecureRandom random)
  Initializes the key pair generator for a certain keysize, using the default parameter set.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar