Class RsaKeyParameters
java.lang.Object
org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
org.bouncycastle.crypto.internal.params.RsaKeyParameters
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
RsaPrivateCrtKeyParameters
-
Constructor Summary
ConstructorsConstructorDescriptionRsaKeyParameters
(boolean isPrivate, BigInteger modulus, BigInteger exponent) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
RsaKeyParameters
-
-
Method Details
-
getModulus
-
getExponent
-