-
- All Superinterfaces:
Destroyable
, Key
, PrivateKey
, RSAKey
, RSAPrivateKey
, Serializable
public interface RSAMultiPrimePrivateCrtKey
extends RSAPrivateKey
The interface to an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the Chinese Remainder Theorem
(CRT) information values.
- Since:
- 1.4
- See Also:
RSAPrivateKeySpec
,
RSAMultiPrimePrivateCrtKeySpec
,
RSAPrivateKey
,
RSAPrivateCrtKey
-
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
static long |
serialVersionUID |
The type fingerprint that is set to indicate
serialization compatibility with a previous
version of the type.
|
-
-
Method Detail
-
getPrimeP
BigInteger getPrimeP()
Returns the primeP.
- Returns:
- the primeP.
-
getPrimeQ
BigInteger getPrimeQ()
Returns the primeQ.
- Returns:
- the primeQ.