API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. RSAPrivateKeySpec View Source
Author(s)
Jan Luehe
Since
Version
1.11 05/11/17
Serial
Hierarchy
 Object
      RSAPrivateKeySpec
Implements
 KeySpec
Subclasses
Description
public class RSAPrivateKeySpec
  This class specifies an RSA private key.
Constructors
public RSAPrivateKeySpec (BigInteger modulus, BigInteger privateExponent)
  Creates a new RSAPrivateKeySpec.
Methods
Hide/Show inherited methods
public BigInteger getModulus ()
  Returns the modulus.
public BigInteger getPrivateExponent ()
  Returns the private exponent.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar