public class SPSGroth15SigningKey extends java.lang.Object implements SigningKey
| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement |
exponentV
v \in Z_p^* in paper.
|
| Constructor and Description |
|---|
SPSGroth15SigningKey() |
SPSGroth15SigningKey(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 o) |
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement |
getExponentV() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
void |
setExponentV(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentV) |
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentV
public SPSGroth15SigningKey()
public SPSGroth15SigningKey(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.rings.zn.Zp zp)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement getExponentV()
public void setExponentV(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentV)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object