-
- All Superinterfaces:
-
Destroyable
,Key
,PrivateKey
,RSAKey
,Serializable
- All Known Subinterfaces:
-
RSAMultiPrimePrivateCrtKey
,RSAPrivateCrtKey
public interface RSAPrivateKey extends PrivateKey, RSAKey
RSA私钥的接口。- 从以下版本开始:
- 1.2
- 另请参见:
-
RSAPrivateCrtKey
-
-
Field Summary
Fields Modifier and Type Field 描述 static long
serialVersionUID
类型指纹被设置为指示与以前版本的类型的序列化兼容性。
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 BigInteger
getPrivateExponent()
返回私有指数。-
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Methods inherited from interface java.security.interfaces.RSAKey
getModulus
-
-
-
-
字段详细信息
-
serialVersionUID
static final long serialVersionUID
类型指纹被设置为指示与以前版本的类型的序列化兼容性。- 另请参见:
- Constant Field Values
-
-
方法详细信息
-
getPrivateExponent
BigInteger getPrivateExponent()
返回私有指数。- 结果
- 私人指数
-
-