Package org.bouncycastle.crypto.params
Class RSAPrivateCrtKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.RSAKeyParameters
org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorDescriptionRSAPrivateCrtKeyParameters
(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv) RSAPrivateCrtKeyParameters
(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv, boolean isInternal) -
Method Summary
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) -
RSAPrivateCrtKeyParameters
public RSAPrivateCrtKeyParameters(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv, boolean isInternal)
-
-
Method Details
-
getPublicExponent
-
getP
-
getQ
-
getDP
-
getDQ
-
getQInv
-