public
interface
RSAPrivateKey
implements
PrivateKey,
RSAKey
| java.security.interfaces.RSAPrivateKey |
|
|
The interface to an RSA private key.
See also:
Constants | |
|---|---|
long |
serialVersionUID
|
Inherited constants |
|---|
java.security.PrivateKey
|
java.security.Key
|
Public methods | |
|---|---|
abstract
BigInteger
|
getPrivateExponent()
Returns the private exponent. |
Inherited methods | |
|---|---|
java.security.interfaces.RSAKey
| |
java.security.Key
| |
long serialVersionUID
Constant Value: 5187144804936595022 (0x47fc70b7a8c2364e)
BigInteger getPrivateExponent ()
Returns the private exponent.
| Returns | |
|---|---|
BigInteger |
the private exponent |