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