public interface

RSAPublicKey

implements PublicKey RSAKey
java.security.interfaces.RSAPublicKey
Known Indirect Subclasses

Class Overview

The interface to an RSA public key.

Summary

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

Constants

public static final long serialVersionUID

Constant Value: -8727434096241101194 (0x86e1ecedeceab676)

Public Methods

public abstract BigInteger getPublicExponent ()

Returns the public exponent.

Returns
  • the public exponent