Class RSAPrivateCrtKeyParameters
java.lang.Object
org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
org.gudy.bouncycastle.crypto.params.RSAKeyParameters
org.gudy.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BigInteger
private BigInteger
private BigInteger
private BigInteger
private BigInteger
private BigInteger
Fields inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
privateKey
-
Constructor Summary
ConstructorsConstructorDescriptionRSAPrivateCrtKeyParameters
(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv) -
Method Summary
Methods inherited from class org.gudy.bouncycastle.crypto.params.RSAKeyParameters
getExponent, getModulus
Methods inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Field Details
-
e
-
p
-
q
-
dP
-
dQ
-
qInv
-
-
Constructor Details
-
RSAPrivateCrtKeyParameters
public RSAPrivateCrtKeyParameters(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv)
-
-
Method Details
-
getPublicExponent
-
getP
-
getQ
-
getDP
-
getDQ
-
getQInv
-