org.bouncycastle.crypto.params
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() |