- 所有父级接口:
Destroyable,Key,PrivateKey,RSAKey,RSAPrivateKey,Serializable
PKCS#1 v2.2 标准中定义的 RSA 多素数私钥的接口,使用中国剩余定理(CRT) 信息值。
- 自从:
- 1.4
- 参见:
-
字段摘要
字段 -
方法总结
修饰符和类型方法描述返回 crtCoefficient。如果只有两个素因子(p 和 q),则返回 otherPrimeInfo 或 null。返回 primeExponentP。返回 primeExponentQ。返回 primeP。返回素数 Q。返回公共指数。在接口 javax.security.auth.Destroyable 中声明的方法
destroy, isDestroyed在接口 java.security.Key 中声明的方法
getAlgorithm, getEncoded, getFormat在接口 java.security.interfaces.RSAKey 中声明的方法
getModulus, getParams在接口 java.security.interfaces.RSAPrivateKey 中声明的方法
getPrivateExponent
-
字段详细信息
-
serialVersionUID
已弃用。接口中的serialVersionUID字段无效。不使用;没有替代品。设置为指示与该类型的先前版本的序列化兼容性的类型指纹。- 参见:
-
-
方法详情
-
getPublicExponent
BigInteger getPublicExponent()返回公共指数。- 返回:
- 公共指数。
-
getPrimeP
BigInteger getPrimeP()返回 primeP。- 返回:
- 总理P。
-
getPrimeQ
BigInteger getPrimeQ()返回素数 Q。- 返回:
- 质数Q。
-
getPrimeExponentP
BigInteger getPrimeExponentP()返回 primeExponentP。- 返回:
- 素数指数 P。
-
getPrimeExponentQ
BigInteger getPrimeExponentQ()返回 primeExponentQ。- 返回:
- 质数指数 Q。
-
getCrtCoefficient
BigInteger getCrtCoefficient()返回 crtCoefficient。- 返回:
- crt 系数。
-
getOtherPrimeInfo
RSAOtherPrimeInfo [] getOtherPrimeInfo()如果只有两个素因子(p 和 q),则返回 otherPrimeInfo 或 null。- 返回:
- otherPrimeInfo。
-
serialVersionUID字段无效。