public class

RSAKeyParameters

extends AsymmetricKeyParameter
java.lang.Object
   ↳ org.bouncycastle.crypto.params.AsymmetricKeyParameter
     ↳ org.bouncycastle.crypto.params.RSAKeyParameters
Known Direct Subclasses

Summary

Public Constructors
RSAKeyParameters(boolean isPrivate, BigInteger modulus, BigInteger exponent)
Public Methods
BigInteger getExponent()
BigInteger getModulus()
[Expand]
Inherited Methods
From class org.bouncycastle.crypto.params.AsymmetricKeyParameter
From class java.lang.Object

Public Constructors

public RSAKeyParameters (boolean isPrivate, BigInteger modulus, BigInteger exponent)

Public Methods

public BigInteger getExponent ()

public BigInteger getModulus ()