public class RSAKeyParameters extends AsymmetricKeyParameter
| Constructor and Description |
|---|
RSAKeyParameters(boolean isPrivate,
java.math.BigInteger modulus,
java.math.BigInteger exponent) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getExponent() |
java.math.BigInteger |
getModulus() |
isPrivate