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
RSAMultiPrimePrivateCrtKeySpec
RSAPrivateCrtKeySpec
See DIRECT subclasses
RSAMultiPrimePrivateCrtKeySpec
RSAPrivateCrtKeySpec
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class RSAPrivateKeySpec
This class specifies an RSA private key.
This class specifies an RSA private key.
See also:
Key
KeyFactory
KeySpec
PKCS8EncodedKeySpec
RSAPublicKeySpec
RSAPrivateCrtKeySpec
Constructors
public
RSAPrivateKeySpec
(
BigInteger
modulus,
BigInteger
privateExponent)
Creates a new RSAPrivateKeySpec.
Creates a new RSAPrivateKeySpec.
Parameters:
-
modulus
- the modulus
-
privateExponent
- the private exponent
Methods
Hide/Show inherited methods
public
BigInteger
getModulus
()
Returns the modulus.
Returns the modulus.
Returns:
the modulus
public
BigInteger
getPrivateExponent
()
Returns the private exponent.
Returns the private exponent.
Returns:
the private exponent
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar