Package org.bouncycastle.crypto.params
Class CramerShoupPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.CramerShoupKeyParameters
org.bouncycastle.crypto.params.CramerShoupPrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorDescriptionCramerShoupPrivateKeyParameters
(CramerShoupParameters params, BigInteger x1, BigInteger x2, BigInteger y1, BigInteger y2, BigInteger z) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.params.CramerShoupKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
CramerShoupPrivateKeyParameters
public CramerShoupPrivateKeyParameters(CramerShoupParameters params, BigInteger x1, BigInteger x2, BigInteger y1, BigInteger y2, BigInteger z)
-
-
Method Details
-
getX1
-
getX2
-
getY1
-
getY2
-
getZ
-
setPk
-
getPk
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCramerShoupKeyParameters
-
equals
- Overrides:
equals
in classCramerShoupKeyParameters
-