- All Superinterfaces:
- Key,- PublicKey,- RSAKey,- Serializable
public interface RSAPublicKey extends PublicKey, RSAKey
The interface to an RSA public key.
- Since:
- 1.2
- 
Field SummaryFields Modifier and Type Field Description static longserialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.
- 
Method SummaryModifier and Type Method Description BigIntegergetPublicExponent()Returns the public exponent.
- 
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:
- Constant Field Values
 
 
- 
- 
Method Details- 
getPublicExponentBigInteger getPublicExponent()Returns the public exponent.- Returns:
- the public exponent
 
 
-