public class PSSigningKey extends java.lang.Object implements SigningKey, SecretInput
SecretInput.EmptySecretInput, SecretInput.SecretInputVector| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.rings.cartesian.RingElementVector |
exponentsYi
y_1, ...
|
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement |
exponentX
x \in Z_p in paper.
|
EMPTY| Constructor and Description |
|---|
PSSigningKey(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.rings.zn.Zp zp) |
PSSigningKey(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentX,
org.cryptimeleon.math.structures.rings.cartesian.RingElementVector exponentsYi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.rings.cartesian.RingElementVector |
getExponentsYi() |
org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement |
getExponentX() |
int |
getNumberOfMessages() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
protected org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentX
protected org.cryptimeleon.math.structures.rings.cartesian.RingElementVector exponentsYi
public PSSigningKey(org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement exponentX,
org.cryptimeleon.math.structures.rings.cartesian.RingElementVector exponentsYi)
public PSSigningKey(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.rings.zn.Zp zp)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.rings.zn.Zp.ZpElement getExponentX()
public org.cryptimeleon.math.structures.rings.cartesian.RingElementVector getExponentsYi()
public int getNumberOfMessages()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object