A B C D E F G H I L M N O P R S T U V X Z

T

TatePairing - Class in uk.ac.ic.doc.jpair.pairing
A Tate pairing implementation.
TatePairing(EllipticCurve, BigInt, BigInt) - Constructor for class uk.ac.ic.doc.jpair.pairing.TatePairing
Define the parameters for computing Tate paring
TEN - Static variable in class uk.ac.ic.doc.jpair.pairing.BigInt
 
testBit(int) - Method in class uk.ac.ic.doc.jpair.pairing.BigInt
 
toByteArray() - Method in interface uk.ac.ic.doc.jpair.api.FieldElement
 
toByteArray() - Method in class uk.ac.ic.doc.jpair.pairing.BigInt
 
toByteArray() - Method in class uk.ac.ic.doc.jpair.pairing.Complex
Return a single byte array which is equivalent to this.real.toByteArray()||this.imag.toByteArray();
toString(int) - Method in interface uk.ac.ic.doc.jpair.api.FieldElement
 
toString() - Method in class uk.ac.ic.doc.jpair.pairing.BigInt
 
toString(int) - Method in class uk.ac.ic.doc.jpair.pairing.BigInt
 
toString() - Method in class uk.ac.ic.doc.jpair.pairing.Complex
Return a string in the format of [a,b] where a and b are the real and imaginary parts of the complex number a+bi.
toString(int) - Method in class uk.ac.ic.doc.jpair.pairing.Complex
Return a string in the format of [a,b] where a and b are the real and imaginary parts of the complex number a+bi.
toString() - Method in class uk.ac.ic.doc.jpair.pairing.Point
 
toString(int) - Method in class uk.ac.ic.doc.jpair.pairing.Point
Return a string representation of the point "(x,y)".x,y are the given radix.

A B C D E F G H I L M N O P R S T U V X Z