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, java.math.BigInteger modulus, java.math.BigInteger exponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getExponent()
java.math.BigInteger
getModulus()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-