public class SPSFSP2Signature extends java.lang.Object implements Signature
SPSFSP2Signature.| Constructor and Description |
|---|
SPSFSP2Signature(org.cryptimeleon.math.structures.groups.Group g1,
org.cryptimeleon.math.structures.groups.Group g2,
org.cryptimeleon.math.serialization.Representation repr) |
SPSFSP2Signature(SPSXSIGSignature sigmaXSIG,
CommitmentPair commitmentPairTC) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
CommitmentPair |
getCommitmentPairTC() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
SPSXSIGSignature |
getSigmaXSIG() |
int |
hashCode() |
public SPSFSP2Signature(SPSXSIGSignature sigmaXSIG, CommitmentPair commitmentPairTC)
public SPSFSP2Signature(org.cryptimeleon.math.structures.groups.Group g1,
org.cryptimeleon.math.structures.groups.Group g2,
org.cryptimeleon.math.serialization.Representation repr)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic SPSXSIGSignature getSigmaXSIG()
public CommitmentPair getCommitmentPairTC()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object