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