public class CramerShoupPublicKeyParameters extends CramerShoupKeyParameters
Constructor and Description |
---|
CramerShoupPublicKeyParameters(CramerShoupParameters params,
BigInteger c,
BigInteger d,
BigInteger h) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
BigInteger |
getC() |
BigInteger |
getD() |
BigInteger |
getH() |
int |
hashCode() |
getParameters
isPrivate
public CramerShoupPublicKeyParameters(CramerShoupParameters params, BigInteger c, BigInteger d, BigInteger h)
public BigInteger getC()
public BigInteger getD()
public BigInteger getH()
public int hashCode()
hashCode
in class CramerShoupKeyParameters
public boolean equals(Object obj)
equals
in class CramerShoupKeyParameters
Copyright © 2017 BouncyCastle.org. All rights reserved.