public class

RSAPrivateCrtKeyParameters

extends RSAKeyParameters
java.lang.Object
   ↳ org.bouncycastle.crypto.params.AsymmetricKeyParameter
     ↳ org.bouncycastle.crypto.params.RSAKeyParameters
       ↳ org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters

Summary

Public Constructors
RSAPrivateCrtKeyParameters(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv)
Public Methods
BigInteger getDP()
BigInteger getDQ()
BigInteger getP()
BigInteger getPublicExponent()
BigInteger getQ()
BigInteger getQInv()
[Expand]
Inherited Methods
From class org.bouncycastle.crypto.params.RSAKeyParameters
From class org.bouncycastle.crypto.params.AsymmetricKeyParameter
From class java.lang.Object

Public Constructors

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

Public Methods

public BigInteger getDP ()

public BigInteger getDQ ()

public BigInteger getP ()

public BigInteger getPublicExponent ()

public BigInteger getQ ()

public BigInteger getQInv ()