public class SPSEQSigningKey extends java.lang.Object implements SigningKey
| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] |
exponentsXi
x_1, ...
|
| Constructor and Description |
|---|
SPSEQSigningKey() |
SPSEQSigningKey(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[] |
getExponentsXi() |
int |
getNumberOfMessages() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
void |
setExponentsXi(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] exponentsXi) |
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] exponentsXi
public SPSEQSigningKey()
public SPSEQSigningKey(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[] getExponentsXi()
public void setExponentsXi(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] exponentsXi)
public int getNumberOfMessages()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object