public class CramerShoupPrivateKeyParameters extends CramerShoupKeyParameters
| Constructor and Description |
|---|
CramerShoupPrivateKeyParameters(CramerShoupParameters params,
BigInteger x1,
BigInteger x2,
BigInteger y1,
BigInteger y2,
BigInteger z) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CramerShoupPublicKeyParameters |
getPk() |
BigInteger |
getX1() |
BigInteger |
getX2() |
BigInteger |
getY1() |
BigInteger |
getY2() |
BigInteger |
getZ() |
int |
hashCode() |
void |
setPk(CramerShoupPublicKeyParameters pk) |
getParametersisPrivatepublic CramerShoupPrivateKeyParameters(CramerShoupParameters params, BigInteger x1, BigInteger x2, BigInteger y1, BigInteger y2, BigInteger z)
public BigInteger getX1()
public BigInteger getX2()
public BigInteger getY1()
public BigInteger getY2()
public BigInteger getZ()
public void setPk(CramerShoupPublicKeyParameters pk)
public CramerShoupPublicKeyParameters getPk()
public int hashCode()
hashCode in class CramerShoupKeyParameterspublic boolean equals(Object obj)
equals in class CramerShoupKeyParametersCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.