to top
Android APIs
public interface

RSAPublicKey

implements PublicKey RSAKey
java.security.interfaces.RSAPublicKey

Class Overview

The interface for a PKCS#1 RSA public key.

Summary

Constants
long serialVersionUID The serial version identifier.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
Public Methods
abstract BigInteger getPublicExponent()
Returns the public exponent e.
[Expand]
Inherited Methods
From interface java.security.Key
From interface java.security.interfaces.RSAKey

Constants

public static final long serialVersionUID

Added in API level 1

The serial version identifier.

Constant Value: -8727434096241101194 (0x86e1ecedeceab676)

Public Methods

public abstract BigInteger getPublicExponent ()

Added in API level 1

Returns the public exponent e.

Returns
  • the public exponent e.