Package org.bouncycastle.crypto.params
Class CramerShoupPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.CramerShoupKeyParameters
org.bouncycastle.crypto.params.CramerShoupPublicKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorDescriptionCramerShoupPublicKeyParameters
(CramerShoupParameters params, BigInteger c, BigInteger d, BigInteger h) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.params.CramerShoupKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
CramerShoupPublicKeyParameters
public CramerShoupPublicKeyParameters(CramerShoupParameters params, BigInteger c, BigInteger d, BigInteger h)
-
-
Method Details
-
getC
-
getD
-
getH
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCramerShoupKeyParameters
-
equals
- Overrides:
equals
in classCramerShoupKeyParameters
-