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
public class CramerShoupPublicKeyParameters extends CramerShoupKeyParameters
-
-
Constructor Summary
Constructors Constructor Description CramerShoupPublicKeyParameters(CramerShoupParameters params, BigInteger c, BigInteger d, BigInteger h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
BigInteger
getC()
BigInteger
getD()
BigInteger
getH()
int
hashCode()
-
Methods inherited from class org.bouncycastle.crypto.params.CramerShoupKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
CramerShoupPublicKeyParameters
public CramerShoupPublicKeyParameters(CramerShoupParameters params, BigInteger c, BigInteger d, BigInteger h)
-
-
Method Detail
-
getC
public BigInteger getC()
-
getD
public BigInteger getD()
-
getH
public BigInteger getH()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCramerShoupKeyParameters
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classCramerShoupKeyParameters
-
-