public class SPSAGHO11SigningKey extends java.lang.Object implements SigningKey
| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] |
exponentsU
u_1, ..., u_k_N in the paper
|
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] |
exponentsW
w_1, ..., w_k_M in the paper
|
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement |
exponentV
v in the paper
|
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement |
exponentZ
z in the paper
|
| Constructor and Description |
|---|
SPSAGHO11SigningKey() |
SPSAGHO11SigningKey(org.cryptimeleon.math.serialization.Representation representation,
org.cryptimeleon.math.structures.rings.zn.Zp zp) |
SPSAGHO11SigningKey(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] exponentsU,
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentV,
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] exponentsW,
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentZ) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] |
getExponentsU() |
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] |
getExponentsW() |
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement |
getExponentV() |
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement |
getExponentZ() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] exponentsU
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentV
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] exponentsW
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentZ
public SPSAGHO11SigningKey()
public SPSAGHO11SigningKey(org.cryptimeleon.math.serialization.Representation representation,
org.cryptimeleon.math.structures.rings.zn.Zp zp)
public SPSAGHO11SigningKey(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] exponentsU,
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentV,
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] exponentsW,
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentZ)
public org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] getExponentsU()
public org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement getExponentV()
public org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement[] getExponentsW()
public org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement getExponentZ()
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object