-
- All Superinterfaces:
-
Destroyable
,Key
,PrivateKey
,RSAKey
,Serializable
- All Known Subinterfaces:
-
RSAMultiPrimePrivateCrtKey
,RSAPrivateCrtKey
public interface RSAPrivateKey extends PrivateKey, RSAKey
RSA私钥的接口。- 从以下版本开始:
- 1.2
- 另请参见:
-
RSAPrivateCrtKey
-
-
字段汇总
字段 变量和类型 字段 描述 static long
serialVersionUID
设置的类型指纹,表示与该类型的先前版本的序列化兼容性。
-
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 BigInteger
getPrivateExponent()
返回私有指数。-
声明方法的接口 javax.security.auth.Destroyable
destroy, isDestroyed
-
声明方法的接口 java.security.Key
getAlgorithm, getEncoded, getFormat
-
声明方法的接口 java.security.interfaces.RSAKey
getModulus, getParams
-
-
-
-
字段详细信息
-
serialVersionUID
static final long serialVersionUID
设置的类型指纹,表示与该类型的先前版本的序列化兼容性。- 另请参见:
- 常数字段值
-
-
方法详细信息
-
getPrivateExponent
BigInteger getPrivateExponent()
返回私有指数。- 结果
- 私人指数
-
-