This class is a transparent representation of an RSA private key.
public classRSAPrivateKeySpec implements KeySpec { // Public Constructors public
RSAPrivateKeySpec (java.math.BigInteger
modulus , java.math.BigInteger
privateExponent ); // Public Instance Methods public java.math.BigInteger
getModulus ( ); public java.math.BigInteger
getPrivateExponent ( ); }
RSAMultiPrimePrivateCrtKeySpec, RSAPrivateCrtKeySpec