public class SPSEQVerificationKey extends java.lang.Object implements VerificationKey
| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.groups.GroupElement[] |
group2ElementsHatXi
\hat{X}_1, ..., \hat{X}_l \in G_2 in paper.
|
| Constructor and Description |
|---|
SPSEQVerificationKey() |
SPSEQVerificationKey(org.cryptimeleon.math.structures.groups.Group groupG2,
org.cryptimeleon.math.serialization.Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.groups.GroupElement[] |
getGroup2ElementsHatXi() |
int |
getNumberOfMessages() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
void |
setGroup2ElementsHatXi(org.cryptimeleon.math.structures.groups.GroupElement[] group2ElementsHatXi) |
protected org.cryptimeleon.math.structures.groups.GroupElement[] group2ElementsHatXi
public SPSEQVerificationKey()
public SPSEQVerificationKey(org.cryptimeleon.math.structures.groups.Group groupG2,
org.cryptimeleon.math.serialization.Representation repr)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.groups.GroupElement[] getGroup2ElementsHatXi()
public void setGroup2ElementsHatXi(org.cryptimeleon.math.structures.groups.GroupElement[] group2ElementsHatXi)
public int getNumberOfMessages()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object