Most visited

Recently visited

Added in API level 1

RSAPrivateKey

public interface RSAPrivateKey
implements PrivateKey, RSAKey

java.security.interfaces.RSAPrivateKey
Known Indirect Subclasses


RSA私钥的接口。

也可以看看:

摘要(Summary)

常量(Constants)

long serialVersionUID

Inherited constants

From interface java.security.PrivateKey
From interface java.security.Key

公共方法(Public methods)

abstract BigInteger getPrivateExponent()

返回私有指数。

继承方法(Inherited methods)

From interface java.security.interfaces.RSAKey
From interface java.security.Key

常量(Constants)

serialVersionUID

Added in API level 1
long serialVersionUID

常量值:5187144804936595022(0x47fc70b7a8c2364e)

公共方法(Public methods)

getPrivateExponent

Added in API level 1
BigInteger getPrivateExponent ()

返回私有指数。

返回(Returns)
BigInteger the private exponent

Hooray!