public class RSAKeyParams extends Object
| Constructor and Description |
|---|
RSAKeyParams(BigInteger modulus,
BigInteger exponent) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getExponent()
Gets exponent of RSA key.
|
BigInteger |
getModulus()
Gets modulus of RSA key.
|
public RSAKeyParams(BigInteger modulus, BigInteger exponent)
public BigInteger getModulus()
public BigInteger getExponent()
Copyright © 2019. All rights reserved.