public class RSAPrivKey extends Object implements RSAPrivateKey
| 限定符和类型 | 字段和说明 |
|---|---|
protected BigInteger |
d |
static String |
ident |
protected BigInteger |
modulus |
| 构造器和说明 |
|---|
RSAPrivKey() |
RSAPrivKey(BigInteger biginteger,
BigInteger biginteger1) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
BigInteger |
getModulus() |
BigInteger |
getPrivateExponent() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdestroy, isDestroyedprotected BigInteger modulus
protected BigInteger d
public RSAPrivKey()
public RSAPrivKey(BigInteger biginteger, BigInteger biginteger1)
public String getAlgorithm()
getAlgorithm 在接口中 Keypublic byte[] getEncoded()
getEncoded 在接口中 Keypublic BigInteger getModulus()
getModulus 在接口中 RSAKeypublic BigInteger getPrivateExponent()
getPrivateExponent 在接口中 RSAPrivateKeyCopyright © 2020. All rights reserved.