Package org.bouncycastle.crypto.params
Class RSAKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.RSAKeyParameters
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
RSAPrivateCrtKeyParameters
public class RSAKeyParameters extends AsymmetricKeyParameter
-
Constructor Summary
Constructors Constructor Description RSAKeyParameters(boolean isPrivate, BigInteger modulus, BigInteger exponent) -
Method Summary
Modifier and Type Method Description BigIntegergetExponent()BigIntegergetModulus()