org.bouncycastle.crypto.params
Class RSAPrivateCrtKeyParameters
- CipherParameters
public class RSAPrivateCrtKeyParameters
RSAPrivateCrtKeyParameters(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv)
|
RSAPrivateCrtKeyParameters
public RSAPrivateCrtKeyParameters(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger p,
BigInteger q,
BigInteger dP,
BigInteger dQ,
BigInteger qInv)
getDP
public BigInteger getDP()
getDQ
public BigInteger getDQ()
getP
public BigInteger getP()
getPublicExponent
public BigInteger getPublicExponent()
getQ
public BigInteger getQ()
getQInv
public BigInteger getQInv()