public class BBSBSigningKey extends java.lang.Object implements SigningKey
| Constructor and Description |
|---|
BBSBSigningKey()
Standard constructor
|
BBSBSigningKey(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.rings.zn.Zp zp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement |
getExponentGamma()
Called gamma in the paper
|
int |
getNumberOfMessages() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] |
getZiExponents() |
int |
hashCode() |
void |
setExponentGamma(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentGamma)
Called gamma in the paper
|
void |
setZiExponents(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] ziExponents) |
public BBSBSigningKey()
public BBSBSigningKey(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.rings.zn.Zp zp)
public org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement getExponentGamma()
public void setExponentGamma(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentGamma)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] getZiExponents()
public void setZiExponents(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] ziExponents)
public int getNumberOfMessages()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object