Added in API level 1
RSAPublicKey
interface RSAPublicKey : PublicKey, RSAKey
java.security.interfaces.RSAPublicKey |
The interface to an RSA public 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 public exponent. |
Inherited functions | |
---|---|
Constants
serialVersionUID
static valserialVersionUID: Long
Deprecated: A serialVersionUID
field in an interface is ineffectual. Do not use; no replacement.
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
Value: -8727434096241101194L
Public methods
getPublicExponent
Added in API level 1
abstract fun getPublicExponent(): BigInteger!
Returns the public exponent.
Return | |
---|---|
BigInteger! |
the public exponent |