RSAPublicKeypublic class RSAPublicKey extends Object
RSAPublicKey| Constructor and Description |
|---|
RSAPublicKey(BigInteger e,
BigInteger n)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getE()
Deprecated.
|
BigInteger |
getN()
Deprecated.
|
public RSAPublicKey(BigInteger e, BigInteger n)
public BigInteger getE()
public BigInteger getN()
Copyright © 2018. All rights reserved.