public class SPSEQSignature extends java.lang.Object implements Signature, org.cryptimeleon.math.hash.UniqueByteRepresentable
| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group1ElementSigma1Z
First group element of the signature in G_1.
|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group1ElementSigma2Y
Second group element of the signature in G_1.
|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group2ElementSigma3HatY
Third group element of the signature in G_2.
|
| Constructor and Description |
|---|
SPSEQSignature(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1Z,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2Y,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma3HatY) |
SPSEQSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1,
org.cryptimeleon.math.structures.groups.Group groupG2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup1ElementSigma1Z() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup1ElementSigma2Y() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup2ElementSigma3HatY() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
void |
setGroup1ElementSigma1Z(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1Z) |
void |
setGroup1ElementSigma2Y(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2Y) |
void |
setGroup2ElementSigma3HatY(org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma3HatY) |
java.lang.String |
toString() |
org.cryptimeleon.math.hash.ByteAccumulator |
updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator) |
protected org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1Z
protected org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2Y
protected org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma3HatY
public SPSEQSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1,
org.cryptimeleon.math.structures.groups.Group groupG2)
public SPSEQSignature(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1Z,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2Y,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma3HatY)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.groups.GroupElement getGroup1ElementSigma1Z()
public void setGroup1ElementSigma1Z(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1Z)
public org.cryptimeleon.math.structures.groups.GroupElement getGroup1ElementSigma2Y()
public void setGroup1ElementSigma2Y(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2Y)
public org.cryptimeleon.math.structures.groups.GroupElement getGroup2ElementSigma3HatY()
public void setGroup2ElementSigma3HatY(org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma3HatY)
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.Objectpublic org.cryptimeleon.math.hash.ByteAccumulator updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator)
updateAccumulator in interface org.cryptimeleon.math.hash.UniqueByteRepresentable