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