| Constructor and Description |
|---|
BBSABSignature(org.cryptimeleon.math.structures.groups.GroupElement elementA,
org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement exponentX,
org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement exponentS) |
BBSABSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1)
Restore the SignedMessage from Representation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.cryptimeleon.math.structures.groups.GroupElement |
getElementA() |
org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement |
getExponentS() |
org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement |
getExponentX() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
void |
setElementA(org.cryptimeleon.math.structures.groups.GroupElement elementA) |
void |
setExponentS(org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement exponentS) |
void |
setExponentX(org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement exponentX) |
java.lang.String |
toString() |
public BBSABSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1)
repr - groupG1 - public BBSABSignature(org.cryptimeleon.math.structures.groups.GroupElement elementA,
org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement exponentX,
org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement exponentS)
elementA - exponentX - exponentS - public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.groups.GroupElement getElementA()
public void setElementA(org.cryptimeleon.math.structures.groups.GroupElement elementA)
public org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement getExponentX()
public void setExponentX(org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement exponentX)
public org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement getExponentS()
public void setExponentS(org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement exponentS)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object