org.bouncycastle.crypto.params
public class RSAKeyParameters extends AsymmetricKeyParameter
| Constructor Summary | |
|---|---|
| RSAKeyParameters(boolean isPrivate, BigInteger modulus, BigInteger exponent) | |
| Method Summary | |
|---|---|
| BigInteger | getExponent() |
| BigInteger | getModulus() |