- All Superinterfaces:
 Key,PublicKey,RSAKey,Serializable
The interface to an RSA public key.
- Since:
 - 1.2
 
- 
Field Summary
Fields - 
Method Summary
Methods declared in interface java.security.Key
getAlgorithm, getEncoded, getFormatMethods declared in interface java.security.interfaces.RSAKey
getModulus, getParams 
- 
Field Details
- 
serialVersionUID
Deprecated.AserialVersionUIDfield in an interface is ineffectual. Do not use; no replacement.The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.- See Also:
 
 
 - 
 - 
Method Details
- 
getPublicExponent
BigInteger getPublicExponent()Returns the public exponent.- Returns:
 - the public exponent
 
 
 - 
 
serialVersionUIDfield in an interface is ineffectual.