public class SPSKPW15Signature extends java.lang.Object implements Signature, org.cryptimeleon.math.hash.UniqueByteRepresentable
| 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[] |
group1ElementSigma3T
Third group element of the signature \in G_1.
|
protected org.cryptimeleon.math.structures.groups.GroupElement |
group2ElementSigma4U
Fourth group element of the signature \in G_2.
|
| Constructor and Description |
|---|
SPSKPW15Signature(org.cryptimeleon.math.structures.groups.GroupElement[] group1ElementSigma1R,
org.cryptimeleon.math.structures.groups.GroupElement[] group1ElementSigma2S,
org.cryptimeleon.math.structures.groups.GroupElement[] group1ElementSigma3T,
org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma4U) |
SPSKPW15Signature(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[] |
getGroup1ElementSigma3T() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup2ElementSigma4U() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
byte[] |
getUniqueByteRepresentation() |
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[] group1ElementSigma3T
protected org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma4U
public SPSKPW15Signature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1,
org.cryptimeleon.math.structures.groups.Group groupG2)
public SPSKPW15Signature(org.cryptimeleon.math.structures.groups.GroupElement[] group1ElementSigma1R,
org.cryptimeleon.math.structures.groups.GroupElement[] group1ElementSigma2S,
org.cryptimeleon.math.structures.groups.GroupElement[] group1ElementSigma3T,
org.cryptimeleon.math.structures.groups.GroupElement group2ElementSigma4U)
public org.cryptimeleon.math.structures.groups.GroupElement[] getGroup1ElementSigma1R()
public org.cryptimeleon.math.structures.groups.GroupElement[] getGroup1ElementSigma2S()
public org.cryptimeleon.math.structures.groups.GroupElement[] getGroup1ElementSigma3T()
public org.cryptimeleon.math.structures.groups.GroupElement getGroup2ElementSigma4U()
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.hash.ByteAccumulator updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator)
updateAccumulator in interface org.cryptimeleon.math.hash.UniqueByteRepresentablepublic byte[] getUniqueByteRepresentation()
getUniqueByteRepresentation in interface org.cryptimeleon.math.hash.UniqueByteRepresentablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object