- All Superinterfaces:
- Key,- PublicKey,- RSAKey,- Serializable
The interface to an RSA public key.
- Since:
- 1.2
- 
Field SummaryFields
- 
Method SummaryMethods declared in interface java.security.KeygetAlgorithm, getEncoded, getFormatMethods declared in interface java.security.interfaces.RSAKeygetModulus, getParams
- 
Field Details- 
serialVersionUIDDeprecated.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- 
getPublicExponentBigInteger getPublicExponent()Returns the public exponent.- Returns:
- the public exponent
 
 
- 
serialVersionUIDfield in an interface is ineffectual.