public class PS18VerificationKey extends java.lang.Object implements VerificationKey
| Constructor and Description |
|---|
PS18VerificationKey(org.cryptimeleon.math.structures.groups.GroupElement group2ElementTildeG,
org.cryptimeleon.math.structures.groups.GroupElement group2ElementTildeX,
org.cryptimeleon.math.structures.groups.cartesian.GroupElementVector group2ElementsTildeYi) |
PS18VerificationKey(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group group2)
Constructs verification key from a representation and the bilinear group
used in the public parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.groups.cartesian.GroupElementVector |
getGroup2ElementsTildeYi() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup2ElementTildeG() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup2ElementTildeX() |
int |
getNumberOfMessages() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
public PS18VerificationKey(org.cryptimeleon.math.structures.groups.GroupElement group2ElementTildeG,
org.cryptimeleon.math.structures.groups.GroupElement group2ElementTildeX,
org.cryptimeleon.math.structures.groups.cartesian.GroupElementVector group2ElementsTildeYi)
public PS18VerificationKey(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group group2)
repr - The representation to construct the verification key from.group2 - Group G2 of the bilinear group used in the public parameters.public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.groups.GroupElement getGroup2ElementTildeG()
public org.cryptimeleon.math.structures.groups.GroupElement getGroup2ElementTildeX()
public org.cryptimeleon.math.structures.groups.cartesian.GroupElementVector getGroup2ElementsTildeYi()
public int getNumberOfMessages()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object