public class BBSBVerificationKey extends java.lang.Object implements VerificationKey
| Constructor and Description |
|---|
BBSBVerificationKey() |
BBSBVerificationKey(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getNumberOfMessages() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
org.cryptimeleon.math.structures.groups.GroupElement[] |
getUiG2Elements() |
org.cryptimeleon.math.structures.groups.GroupElement |
getW() |
int |
hashCode() |
void |
setUiG2Elements(org.cryptimeleon.math.structures.groups.GroupElement[] uiG2Elements) |
void |
setW(org.cryptimeleon.math.structures.groups.GroupElement w) |
public BBSBVerificationKey()
public BBSBVerificationKey(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG2)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.groups.GroupElement getW()
public void setW(org.cryptimeleon.math.structures.groups.GroupElement w)
public org.cryptimeleon.math.structures.groups.GroupElement[] getUiG2Elements()
public void setUiG2Elements(org.cryptimeleon.math.structures.groups.GroupElement[] uiG2Elements)
public int getNumberOfMessages()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object