Home » openjdk-7 » java » security » interfaces » [javadoc | source]
java.security.interfaces
public interface: RSAPublicKey [javadoc | source]

All Implemented Interfaces:
    RSAKey, PublicKey

The interface to an RSA public key.
Field Summary
static final  long serialVersionUID     
Method from java.security.interfaces.RSAPublicKey Summary:
getPublicExponent
Method from java.security.interfaces.RSAPublicKey Detail:
 public BigInteger getPublicExponent()
    Returns the public exponent.