public class SPSXSIGSignature extends java.lang.Object implements Signature, org.cryptimeleon.math.hash.UniqueByteRepresentable
SPSXSIGSignatureScheme.| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.groups.GroupElement[] |
group1ElementsSigma
S_i \in G_1 in the paper, i \in [1,5]
|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group2ElementSigma0
S^{tilde}_0 \in G_2 in the paper
|
| Constructor and Description |
|---|
SPSXSIGSignature(org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma0,
org.cryptimeleon.math.structures.groups.GroupElement[] group1ElementsSigma) |
SPSXSIGSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group G1,
org.cryptimeleon.math.structures.groups.Group G2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.groups.GroupElement[] |
getGroup1ElementsSigma() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup2ElementSigma0() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
org.cryptimeleon.math.hash.ByteAccumulator |
updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator) |
protected org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma0
protected org.cryptimeleon.math.structures.groups.GroupElement[] group1ElementsSigma
public SPSXSIGSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group G1,
org.cryptimeleon.math.structures.groups.Group G2)
public SPSXSIGSignature(org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma0,
org.cryptimeleon.math.structures.groups.GroupElement[] group1ElementsSigma)
public org.cryptimeleon.math.structures.groups.GroupElement getGroup2ElementSigma0()
public org.cryptimeleon.math.structures.groups.GroupElement[] getGroup1ElementsSigma()
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic 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