org.bouncycastle.crypto.params

Class RSAKeyParameters

public class RSAKeyParameters extends AsymmetricKeyParameter

Constructor Summary
RSAKeyParameters(boolean isPrivate, BigInteger modulus, BigInteger exponent)
Method Summary
BigIntegergetExponent()
BigIntegergetModulus()

Constructor Detail

RSAKeyParameters

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

Method Detail

getExponent

public BigInteger getExponent()

getModulus

public BigInteger getModulus()