public class TCGAKOT15CommitmentKey extends java.lang.Object implements CommitmentKey
TCGAKOT15CommitmentScheme.| Constructor and Description |
|---|
TCGAKOT15CommitmentKey(org.cryptimeleon.math.structures.groups.GroupElement[] group2ElementsXi) |
TCGAKOT15CommitmentKey(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[] |
getGroup2ElementsXi() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
org.cryptimeleon.math.hash.ByteAccumulator |
updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator) |
public TCGAKOT15CommitmentKey(org.cryptimeleon.math.structures.groups.GroupElement[] group2ElementsXi)
public TCGAKOT15CommitmentKey(org.cryptimeleon.math.structures.groups.Group group2,
org.cryptimeleon.math.serialization.Representation repr)
public org.cryptimeleon.math.structures.groups.GroupElement[] getGroup2ElementsXi()
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