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 BigIntegerprivate BigIntegerprivate BigIntegerprivate BigIntegerprivate BigIntegerprivate BigIntegerFields inherited from class 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 RSAKeyParameters
getExponent, getModulusMethods inherited from class 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
-