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