public class SPSFSP2VerificationKey extends java.lang.Object implements VerificationKey
SPSFSP2SignatureScheme.| Modifier and Type | Field and Description |
|---|---|
protected TCGAKOT15CommitmentKey |
ckTC
The commitment key used by the building block
TCAKOT15CommitmentScheme |
protected SPSXSIGVerificationKey |
vkXSIG
The verification key used by the building block
SPSXSIGSignatureScheme |
| Constructor and Description |
|---|
SPSFSP2VerificationKey(org.cryptimeleon.math.structures.groups.Group g1,
org.cryptimeleon.math.structures.groups.Group g2,
org.cryptimeleon.math.serialization.Representation repr) |
SPSFSP2VerificationKey(SPSXSIGVerificationKey vkXSIG,
TCGAKOT15CommitmentKey ckTC) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
SPSXSIGVerificationKey |
getVkXSIG() |
int |
hashCode() |
protected SPSXSIGVerificationKey vkXSIG
SPSXSIGSignatureSchemeprotected TCGAKOT15CommitmentKey ckTC
TCAKOT15CommitmentSchemepublic SPSFSP2VerificationKey(SPSXSIGVerificationKey vkXSIG, TCGAKOT15CommitmentKey ckTC)
public SPSFSP2VerificationKey(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 SPSXSIGVerificationKey getVkXSIG()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object