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
-
Constructor Summary
ConstructorDescriptionRSAKeyParameters
(boolean isPrivate, BigInteger modulus, BigInteger exponent) RSAKeyParameters
(boolean isPrivate, BigInteger modulus, BigInteger exponent, boolean isInternal) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
RSAKeyParameters
-
RSAKeyParameters
public RSAKeyParameters(boolean isPrivate, BigInteger modulus, BigInteger exponent, boolean isInternal)
-
-
Method Details
-
getModulus
-
getExponent
-