Contents
Interface RSAPublicKey
- All Superinterfaces:
AsymmetricKey
,Key
,PublicKey
,RSAKey
,Serializable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault AlgorithmParameterSpec
Returns the parameters associated with this key.Returns the public exponent.Methods declared in interface java.security.Key
getAlgorithm, getEncoded, getFormat
Methods declared in interface java.security.interfaces.RSAKey
getModulus
-
Field Details
-
Method Details
-
getPublicExponent
-
getParams
Returns the parameters associated with this key. The parameters are optional and may be either explicitly specified or implicitly created during key pair generation.- Specified by:
getParams
in interfaceAsymmetricKey
- Specified by:
getParams
in interfaceRSAKey
- Implementation Requirements:
- The default implementation returns
null
. - Returns:
- the associated parameters, may be
null
- Since:
- 11
-
serialVersionUID
field in an interface is ineffectual.