Added in API level 1
RSAKey
interface RSAKey
| java.security.interfaces.RSAKey |
The interface to an RSA public or private key.
Summary
Public methods |
|
|---|---|
| abstract BigInteger! |
Returns the modulus. |
Public methods
getModulus
Added in API level 1
abstract fun getModulus(): BigInteger!
Returns the modulus.
| Return | |
|---|---|
BigInteger! |
the modulus |