public interface RSAPrivateKey
implements PrivateKey, RSAKey
java.security.interfaces.RSAPrivateKey |
![]() |
RSA私钥的接口。
也可以看看:
Constants |
|
---|---|
long |
serialVersionUID |
Inherited constants |
---|
![]() java.security.PrivateKey
|
![]() java.security.Key
|
Public methods |
|
---|---|
abstract BigInteger |
getPrivateExponent() 返回私有指数。 |
Inherited methods |
|
---|---|
![]() java.security.interfaces.RSAKey
|
|
![]() java.security.Key
|
long serialVersionUID
常量值:5187144804936595022(0x47fc70b7a8c2364e)
BigInteger getPrivateExponent ()
返回私有指数。
Returns | |
---|---|
BigInteger |
the private exponent |