Added in API level 1
RSAPrivateKey
interface RSAPrivateKey : PrivateKey, RSAKey
| java.security.interfaces.RSAPrivateKey |
The interface to an RSA private key.
Summary
| Constants | |
|---|---|
| static Long |
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type. |
| Public methods | |
|---|---|
| abstract BigInteger! |
Returns the private exponent. |
| Inherited functions | |
|---|---|
Constants
serialVersionUID
Added in API level 1
static val serialVersionUID: Long
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
Value: 5187144804936595022L
Public methods
getPrivateExponent
Added in API level 1
abstract fun getPrivateExponent(): BigInteger!
Returns the private exponent.
| Return | |
|---|---|
BigInteger! |
the private exponent |