| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group1ElementSigma1R
First group element of the signature \in G_1.
|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group1ElementSigma2S
Second group element of the signature \in G_1.
|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group2ElementSigma3T
Third group element of the signature \in G_2.
|
| Constructor and Description |
|---|
SPSAGHO11Signature(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1R,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2S,
org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma3T) |
SPSAGHO11Signature(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 |
getGroup1ElementSigma1R() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup1ElementSigma2S() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup2ElementSigma3T() |
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 group1ElementSigma1R
protected org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2S
protected org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma3T
public SPSAGHO11Signature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1,
org.cryptimeleon.math.structures.groups.Group groupG2)
public SPSAGHO11Signature(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1R,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2S,
org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma3T)
public org.cryptimeleon.math.structures.groups.GroupElement getGroup1ElementSigma1R()
public org.cryptimeleon.math.structures.groups.GroupElement getGroup1ElementSigma2S()
public org.cryptimeleon.math.structures.groups.GroupElement getGroup2ElementSigma3T()
public org.cryptimeleon.math.hash.ByteAccumulator updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator)
updateAccumulator in interface org.cryptimeleon.math.hash.UniqueByteRepresentablepublic 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.Object