| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group1ElementSigma1
First group element of G_1 of the signature.
|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group1ElementSigma2
Second group element of G_1 of the signature, namely group1ElementSigma1^(x+\sum m_i*y_i).
|
| Constructor and Description |
|---|
PSSignature(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2) |
PSSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup1ElementSigma1() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup1ElementSigma2() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
void |
setGroup1ElementSigma1(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1) |
void |
setGroup1ElementSigma2(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2) |
java.lang.String |
toString() |
protected org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1
protected org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2
public PSSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1)
public PSSignature(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.groups.GroupElement getGroup1ElementSigma1()
public void setGroup1ElementSigma1(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1)
public org.cryptimeleon.math.structures.groups.GroupElement getGroup1ElementSigma2()
public void setGroup1ElementSigma2(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object