public class SPSEQPublicParameters extends java.lang.Object implements PublicParameters
| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group1ElementP
P \in G_1 in paper.
|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group2ElementHatP
\hat{P} \in G_2 in paper.
|
| Constructor and Description |
|---|
SPSEQPublicParameters(org.cryptimeleon.math.structures.groups.elliptic.BilinearGroup bilinearGroup) |
SPSEQPublicParameters(org.cryptimeleon.math.serialization.Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
org.cryptimeleon.math.structures.groups.elliptic.BilinearMap |
getBilinearMap() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup1ElementP() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup2ElementHatP() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
org.cryptimeleon.math.structures.rings.zn.Zp |
getZp()
Returns the group Zp (where p is the group order of G1, G2, and GT)
|
int |
hashCode() |
protected org.cryptimeleon.math.structures.groups.GroupElement group1ElementP
protected org.cryptimeleon.math.structures.groups.GroupElement group2ElementHatP
public SPSEQPublicParameters(org.cryptimeleon.math.structures.groups.elliptic.BilinearGroup bilinearGroup)
public SPSEQPublicParameters(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.rings.zn.Zp getZp()
public org.cryptimeleon.math.structures.groups.elliptic.BilinearMap getBilinearMap()
public org.cryptimeleon.math.structures.groups.GroupElement getGroup1ElementP()
public org.cryptimeleon.math.structures.groups.GroupElement getGroup2ElementHatP()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object