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