Package java.security.interfaces
Interface RSAPublicKey
- All Superinterfaces:
Key,PublicKey,RSAKey,Serializable
- All Known Implementing Classes:
BCRSAPublicKey,JCERSAPublicKey,OpenSSLRSAPublicKey
public interface RSAPublicKey extends PublicKey, RSAKey
The interface for a PKCS#1 RSA public key.
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUIDThe serial version identifier. -
Method Summary
Modifier and Type Method Description BigIntegergetPublicExponent()Returns the public exponente.Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormatMethods inherited from interface java.security.interfaces.RSAKey
getModulus
-
Field Details
-
serialVersionUID
static final long serialVersionUIDThe serial version identifier.- See Also:
- Constant Field Values
-
-
Method Details
-
getPublicExponent
BigInteger getPublicExponent()Returns the public exponente.- Returns:
- the public exponent
e.
-