Interface RSAPrivateKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, Destroyable, Key, PrivateKey, RSAKey, Serializable
- All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey
The interface to an RSA private key.
- Since:
- 1.2
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault AlgorithmParameterSpecReturns the parameters associated with this key.Returns the private exponent.Methods inherited from interface Destroyable
destroy, isDestroyedModifier and TypeMethodDescriptiondefault voiddestroy()Destroy thisObject.default booleanDetermine if thisObjecthas been destroyed.Methods inherited from interface Key
getAlgorithm, getEncoded, getFormatModifier and TypeMethodDescriptionReturns the standard algorithm name for this key.byte[]Returns the key in its primary encoding format, ornullif this key does not support encoding.Returns the name of the primary encoding format of this key, ornullif this key does not support encoding.Methods inherited from interface RSAKey
getModulus
-
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
-
getPrivateExponent
-
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:
getParamsin interfaceAsymmetricKey- Specified by:
getParamsin interfaceRSAKey- Implementation Requirements:
- The default implementation returns
null. - Returns:
- the associated parameters, may be
null - Since:
- 11
-
serialVersionUIDfield in an interface is ineffectual.