Class RSAKeyParameters
java.lang.Object
org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
org.gudy.bouncycastle.crypto.params.RSAKeyParameters
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
RSAPrivateCrtKeyParameters
-
Field Summary
FieldsFields inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
privateKey
-
Constructor Summary
ConstructorsConstructorDescriptionRSAKeyParameters
(boolean isPrivate, BigInteger modulus, BigInteger exponent) -
Method Summary
Methods inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Field Details
-
modulus
-
exponent
-
-
Constructor Details
-
RSAKeyParameters
-
-
Method Details
-
getModulus
-
getExponent
-