API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. RSAKeyGenParameterSpec View Source
Author(s)
Jan Luehe
Since
1.3
Version
1.9 11/17/05
Serial
Hierarchy
 Object
      RSAKeyGenParameterSpec
Implements
 AlgorithmParameterSpec
Subclasses
Description
public class RSAKeyGenParameterSpec
  This class specifies the set of parameters used to generate an RSA key pair.
Constructors
public RSAKeyGenParameterSpec (int keysize, BigInteger publicExponent)
  Constructs a new RSAParameterSpec object from the given keysize and public-exponent value.
Methods
Hide/Show inherited methods
public int getKeysize ()
  Returns the keysize.
public BigInteger getPublicExponent ()
  Returns the public-exponent value.
Fields
Hide/Show inherited fields
publicfinalstatic BigInteger F0
The public-exponent value F0 = 3.
publicfinalstatic BigInteger F4
The public exponent-value F4 = 65537.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar