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 |
RSAKeyParameters(boolean isPrivate,
java.math.BigInteger modulus,
java.math.BigInteger exponent)
|
RSAKeyParameters(boolean isPrivate,
java.math.BigInteger modulus,
java.math.BigInteger exponent,
boolean isInternal)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAKeyParameters
public RSAKeyParameters(boolean isPrivate,
java.math.BigInteger modulus,
java.math.BigInteger exponent)
RSAKeyParameters
public RSAKeyParameters(boolean isPrivate,
java.math.BigInteger modulus,
java.math.BigInteger exponent,
boolean isInternal)
validateModulus
public static java.math.BigInteger validateModulus(java.math.BigInteger modulus)
getModulus
public java.math.BigInteger getModulus()
getExponent
public java.math.BigInteger getExponent()