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