Added in API level 1
RSAPrivateKey
public
interface
RSAPrivateKey
implements
PrivateKey,
RSAKey
| java.security.interfaces.RSAPrivateKey |
The interface to an RSA private key.
See also:
Summary
Constants | |
|---|---|
long |
serialVersionUID
This constant was deprecated
in API level 35.
A |
Inherited constants |
|---|
Public methods | |
|---|---|
abstract
BigInteger
|
getPrivateExponent()
Returns the private exponent. |
Inherited methods | |
|---|---|