No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | java.security.spec.RSAPrivateKeySpec |
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new RSAPrivateKeySpec
with the specified modulus and private exponent.
modulus | the modulus n . |
---|---|
privateExponent | the private exponent e |
Returns the private exponent e
.
e
.