org.bouncycastle.crypto.params

Class RSAKeyParameters

Implemented Interfaces:
CipherParameters
Known Direct Subclasses:
RSAPrivateCrtKeyParameters

public class RSAKeyParameters
extends AsymmetricKeyParameter

Constructor Summary

RSAKeyParameters(boolean isPrivate, BigInteger modulus, BigInteger exponent)

Method Summary

BigInteger
getExponent()
BigInteger
getModulus()

Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter

isPrivate

Constructor Details

RSAKeyParameters

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

Method Details

getExponent

public BigInteger getExponent()

getModulus

public BigInteger getModulus()