public class PS18ROMSignature extends java.lang.Object implements Signature
| Constructor and Description |
|---|
PS18ROMSignature(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2) |
PS18ROMSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup1ElementSigma1() |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup1ElementSigma2() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
public PS18ROMSignature(org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma1,
org.cryptimeleon.math.structures.groups.GroupElement group1ElementSigma2)
public PS18ROMSignature(org.cryptimeleon.math.serialization.Representation repr,
org.cryptimeleon.math.structures.groups.Group groupG1)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.structures.groups.GroupElement getGroup1ElementSigma1()
public org.cryptimeleon.math.structures.groups.GroupElement getGroup1ElementSigma2()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object