java.security.interfaces

Interface RSAPublicKey

public interface RSAPublicKey extends PublicKey, RSAKey

This interface provides access to information about an RSA public key.
Field Summary
longserialVersionUID
Method Summary
BigIntegergetPublicExponent()
Returns the public exponent value for this key

Field Detail

serialVersionUID

public long serialVersionUID

Method Detail

getPublicExponent

public BigInteger getPublicExponent()
Returns the public exponent value for this key

Returns: The public exponent value for this key