Interface RSAPublicKey

All Superinterfaces:
Key, PublicKey, RSAKey, Serializable
All Known Implementing Classes:
BCRSAPublicKey, JCERSAPublicKey, OpenSSLRSAPublicKey

public interface RSAPublicKey
extends PublicKey, RSAKey
The interface for a PKCS#1 RSA public key.
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      The serial version identifier.
      See Also:
      Constant Field Values
  • Method Details

    • getPublicExponent

      BigInteger getPublicExponent()
      Returns the public exponent e.
      Returns:
      the public exponent e.