public class RSAKeyParameters extends AsymmetricKeyParameter
Modifier and Type | Field and Description |
---|---|
private java.math.BigInteger |
exponent |
private java.math.BigInteger |
modulus |
privateKey
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