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, java.math.BigInteger c, java.math.BigInteger d, java.math.BigInteger h) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.math.BigIntegergetC()java.math.BigIntegergetD()java.math.BigIntegergetH()inthashCode()- 
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, java.math.BigInteger c, java.math.BigInteger d, java.math.BigInteger h)
 
 - 
 
- 
Method Detail
- 
getC
public java.math.BigInteger getC()
 
- 
getD
public java.math.BigInteger getD()
 
- 
getH
public java.math.BigInteger getH()
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classCramerShoupKeyParameters
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classCramerShoupKeyParameters
 
 - 
 
 -