org.bouncycastle.crypto.params

Class RSAPrivateCrtKeyParameters

Implemented Interfaces:
CipherParameters

public class RSAPrivateCrtKeyParameters
extends RSAKeyParameters

Constructor Summary

RSAPrivateCrtKeyParameters(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv)

Method Summary

BigInteger
getDP()
BigInteger
getDQ()
BigInteger
getP()
BigInteger
getPublicExponent()
BigInteger
getQ()
BigInteger
getQInv()

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

getExponent, getModulus

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

isPrivate

Constructor Details

RSAPrivateCrtKeyParameters

public RSAPrivateCrtKeyParameters(BigInteger modulus,
                                  BigInteger publicExponent,
                                  BigInteger privateExponent,
                                  BigInteger p,
                                  BigInteger q,
                                  BigInteger dP,
                                  BigInteger dQ,
                                  BigInteger qInv)

Method Details

getDP

public BigInteger getDP()

getDQ

public BigInteger getDQ()

getP

public BigInteger getP()

getPublicExponent

public BigInteger getPublicExponent()

getQ

public BigInteger getQ()

getQInv

public BigInteger getQInv()