- 所有超接口:
-
Destroyable
,Key
,PrivateKey
,RSAKey
,Serializable
- 所有已知子接口:
-
RSAMultiPrimePrivateCrtKey
,RSAPrivateCrtKey
RSA私钥的接口。
- 自 JDK 版本:
- 1.2
- 参见:
-
Field Summary
-
Method Summary
Methods declared in interface javax.security.auth.Destroyable
destroy, isDestroyed
Methods declared in interface java.security.Key
getAlgorithm, getEncoded, getFormat
Methods declared in interface java.security.interfaces.RSAKey
getModulus, getParams
-
Field Details
-
serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual. Do not use; no replacement.设置类型指纹,指示与类型先前版本的序列化兼容性。- 参见:
-
-
Method Details
-
getPrivateExponent
BigInteger getPrivateExponent()返回私有指数。- 返回:
- 私有指数
-
serialVersionUID
字段是无效的。