Interface RSAPrivateCrtKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, Destroyable, Key, PrivateKey, RSAKey, RSAPrivateKey, Serializable
The interface to an RSA private key, as defined in the
PKCS#1 v2.2 standard,
using the Chinese Remainder Theorem (CRT) information values.
- Since:
- 1.2
- External Specifications
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the crtCoefficient.Returns the primeExponentP.Returns the primeExponentQ.Returns the primeP.Returns the primeQ.Returns the public exponent.Methods declared in interface Destroyable
destroy, isDestroyedModifier and TypeMethodDescriptiondefault voiddestroy()Destroy thisObject.default booleanDetermine if thisObjecthas been destroyed.Methods declared in 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 declared in interface RSAKey
getModulusMethods declared in interface RSAPrivateKey
getParams, getPrivateExponentModifier and TypeMethodDescriptiondefault AlgorithmParameterSpecReturns the parameters associated with this key.Returns the private exponent.
-
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
-
getPublicExponent
-
getPrimeP
-
getPrimeQ
-
getPrimeExponentP
-
getPrimeExponentQ
-
getCrtCoefficient
-
serialVersionUIDfield in an interface is ineffectual.