org.bouncycastle.crypto.params

Class RSAPrivateCrtKeyParameters

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
BigIntegergetDP()
BigIntegergetDQ()
BigIntegergetP()
BigIntegergetPublicExponent()
BigIntegergetQ()
BigIntegergetQInv()

Constructor Detail

RSAPrivateCrtKeyParameters

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

Method Detail

getDP

public BigInteger getDP()

getDQ

public BigInteger getDQ()

getP

public BigInteger getP()

getPublicExponent

public BigInteger getPublicExponent()

getQ

public BigInteger getQ()

getQInv

public BigInteger getQInv()