public class MclPairing extends java.lang.Object implements BilinearMapImpl
| Constructor and Description |
|---|
MclPairing(MclBilinearGroupImpl bilinearGroup) |
MclPairing(Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
GroupElementImpl |
apply(GroupElementImpl g1,
GroupElementImpl g2,
java.math.BigInteger exponent) |
boolean |
equals(java.lang.Object o) |
Representation |
getRepresentation() |
int |
hashCode() |
boolean |
isSymmetric() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitapplypublic MclPairing(MclBilinearGroupImpl bilinearGroup)
public MclPairing(Representation repr)
public GroupElementImpl apply(GroupElementImpl g1, GroupElementImpl g2, java.math.BigInteger exponent)
apply in interface BilinearMapImplpublic boolean isSymmetric()
isSymmetric in interface BilinearMapImplpublic Representation getRepresentation()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object