- 所有父级接口:
Destroyable,Key,PrivateKey,RSAKey,Serializable
- 所有已知的子接口:
RSAMultiPrimePrivateCrtKey,RSAPrivateCrtKey
RSA 私钥的接口。
- 自从:
- 1.2
- 参见:
-
字段摘要
字段 -
方法总结
在接口 javax.security.auth.Destroyable 中声明的方法
destroy, isDestroyed在接口 java.security.Key 中声明的方法
getAlgorithm, getEncoded, getFormat在接口 java.security.interfaces.RSAKey 中声明的方法
getModulus, getParams
-
字段详细信息
-
serialVersionUID
已弃用。接口中的serialVersionUID字段无效。不使用;没有替代品。设置为指示与该类型的先前版本的序列化兼容性的类型指纹。- 参见:
-
-
方法详情
-
getPrivateExponent
BigInteger getPrivateExponent()返回私有指数。- 返回:
- 私有指数
-
serialVersionUID字段无效。