public class TCGAKOT15Commitment extends java.lang.Object implements Commitment
TCGAKOT15CommitmentScheme.| Constructor and Description |
|---|
TCGAKOT15Commitment(org.cryptimeleon.math.structures.groups.GroupElement group2ElementGu) |
TCGAKOT15Commitment(org.cryptimeleon.math.structures.groups.Group group2,
org.cryptimeleon.math.serialization.Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.groups.GroupElement |
getGroup2ElementGu() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
org.cryptimeleon.math.hash.ByteAccumulator |
updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator) |
public TCGAKOT15Commitment(org.cryptimeleon.math.structures.groups.GroupElement group2ElementGu)
public TCGAKOT15Commitment(org.cryptimeleon.math.structures.groups.Group group2,
org.cryptimeleon.math.serialization.Representation repr)
public org.cryptimeleon.math.structures.groups.GroupElement getGroup2ElementGu()
public org.cryptimeleon.math.hash.ByteAccumulator updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator)
updateAccumulator in interface org.cryptimeleon.math.hash.UniqueByteRepresentablepublic org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object