RSAPublicKey

public interface RSAPublicKey implements PublicKey RSAKey

The interface to an RSA public key.

Constant Summary

long serialVersionUID The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.

Inherited Constant Summary

Public Method Summary

abstract BigInteger
getPublicExponent()
Returns the public exponent.

Inherited Method Summary

Constants

public static final long serialVersionUID

The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.

Constant Value: -8727434096241101194

Public Methods

public abstract BigInteger getPublicExponent ()

Returns the public exponent.

Returns
  • the public exponent