public class SPSAGHO11PublicParameters extends SPSPublicParameters
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer[] |
messageLengths
The number of expected G1/G2 elements per message respectively
|
bilinearGroup, group1ElementG, group2ElementH| Constructor and Description |
|---|
SPSAGHO11PublicParameters(org.cryptimeleon.math.structures.groups.elliptic.BilinearGroup bilinearGroup,
java.lang.Integer[] messageBlockLengths) |
SPSAGHO11PublicParameters(org.cryptimeleon.math.serialization.Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer[] |
getMessageLengths() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
getBilinearMap, getG1GroupGenerator, getG2GroupGenerator, getGT, getZpprotected java.lang.Integer[] messageLengths
public SPSAGHO11PublicParameters(org.cryptimeleon.math.structures.groups.elliptic.BilinearGroup bilinearGroup,
java.lang.Integer[] messageBlockLengths)
public SPSAGHO11PublicParameters(org.cryptimeleon.math.serialization.Representation repr)
public java.lang.Integer[] getMessageLengths()
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.RepresentablegetRepresentation in class SPSPublicParameterspublic boolean equals(java.lang.Object o)
equals in class SPSPublicParameterspublic int hashCode()
hashCode in class SPSPublicParameters