public class RSAPubKey extends Object implements RSAPublicKey
| 限定符和类型 | 字段和说明 |
|---|---|
protected BigInteger |
exponent |
static String |
ident |
protected BigInteger |
modulus |
| 构造器和说明 |
|---|
RSAPubKey() |
RSAPubKey(BigInteger biginteger,
BigInteger biginteger1) |
RSAPubKey(byte[] abyte0) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
BigInteger |
getModulus() |
BigInteger |
getPublicExponent() |
String |
toString() |
protected BigInteger exponent
protected BigInteger modulus
public RSAPubKey()
public RSAPubKey(BigInteger biginteger, BigInteger biginteger1)
public RSAPubKey(byte[] abyte0)
public String getAlgorithm()
getAlgorithm 在接口中 Keypublic byte[] getEncoded()
getEncoded 在接口中 Keypublic BigInteger getModulus()
getModulus 在接口中 RSAKeypublic BigInteger getPublicExponent()
getPublicExponent 在接口中 RSAPublicKeyCopyright © 2020. All rights reserved.