public interface RSAMultiPrimePrivateCrtKey
implements RSAPrivateKey
| java.security.interfaces.RSAMultiPrimePrivateCrtKey |
使用 中国剩余定理 (CRT)信息值的PKCS#1 v2.1中定义的RSA多主密钥的接口。
常量(Constants) |
|
|---|---|
long |
serialVersionUID |
Inherited constants |
|---|
java.security.interfaces.RSAPrivateKey
|
java.security.PrivateKey
|
java.security.Key
|
公共方法(Public methods) |
|
|---|---|
abstract BigInteger |
getCrtCoefficient() 返回crtCoefficient。 |
abstract RSAOtherPrimeInfo[] |
getOtherPrimeInfo() 返回otherPrimeInfo;如果只有两个素数因子(p和q),则返回null。 |
abstract BigInteger |
getPrimeExponentP() 返回primeExponentP。 |
abstract BigInteger |
getPrimeExponentQ() 返回primeExponentQ。 |
abstract BigInteger |
getPrimeP() 返回primeP。 |
abstract BigInteger |
getPrimeQ() 返回primeQ。 |
abstract BigInteger |
getPublicExponent() 返回公共指数。 |
继承方法(Inherited methods) |
|
|---|---|
java.security.interfaces.RSAPrivateKey
|
|
java.security.interfaces.RSAKey
|
|
java.security.Key
|
|
long serialVersionUID
常量值:618058533534628008(0x0893c8f62dbaf8a8)
BigInteger getCrtCoefficient ()
返回crtCoefficient。
| 返回(Returns) | |
|---|---|
BigInteger |
the crtCoefficient. |
RSAOtherPrimeInfo[] getOtherPrimeInfo ()
返回otherPrimeInfo;如果只有两个素数因子(p和q),则返回null。
| 返回(Returns) | |
|---|---|
RSAOtherPrimeInfo[] |
the otherPrimeInfo. |
BigInteger getPrimeExponentP ()
返回primeExponentP。
| 返回(Returns) | |
|---|---|
BigInteger |
the primeExponentP. |
BigInteger getPrimeExponentQ ()
返回primeExponentQ。
| 返回(Returns) | |
|---|---|
BigInteger |
the primeExponentQ. |
BigInteger getPublicExponent ()
返回公共指数。
| 返回(Returns) | |
|---|---|
BigInteger |
the public exponent. |