public class PSPublicParameters extends java.lang.Object implements PublicParameters
| Constructor and Description |
|---|
PSPublicParameters(org.cryptimeleon.math.structures.groups.elliptic.BilinearGroup bilinearGroup) |
PSPublicParameters(org.cryptimeleon.math.serialization.Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
org.cryptimeleon.math.structures.groups.elliptic.BilinearGroup |
getBilinearGroup() |
org.cryptimeleon.math.structures.groups.elliptic.BilinearMap |
getBilinearMap() |
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() |
public PSPublicParameters(org.cryptimeleon.math.structures.groups.elliptic.BilinearGroup bilinearGroup)
public PSPublicParameters(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.elliptic.BilinearGroup getBilinearGroup()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object