java.lang.Object | |
↳ | java.security.spec.RSAPrivateKeySpec |
Known Direct Subclasses |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
RSAPrivateKeySpec
with the specified modulus and
private exponent.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the modulus
n
.
|
||||||||||
|
Returns the private exponent
e
.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a new
RSAPrivateKeySpec
with the specified modulus and
private exponent.
modulus |
the modulus
n
.
|
---|---|
privateExponent |
the private exponent
e
|
Returns the modulus
n
.
n
.
Returns the private exponent
e
.
e
.