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