public interface RSAMultiPrimePrivateCrtKey
implements RSAPrivateKey
java.security.interfaces.RSAMultiPrimePrivateCrtKey |
使用 中国剩余定理 (CRT)信息值的PKCS#1 v2.1中定义的RSA多主密钥的接口。
Constants |
|
---|---|
long |
serialVersionUID |
Inherited constants |
---|
From interface java.security.interfaces.RSAPrivateKey
|
From interface java.security.PrivateKey
|
From interface 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 |
|
---|---|
From interface java.security.interfaces.RSAPrivateKey
|
|
From interface java.security.interfaces.RSAKey
|
|
From interface 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. |