Package org.gudy.bouncycastle.math.ec
Class ZTauElement
- java.lang.Object
-
- org.gudy.bouncycastle.math.ec.ZTauElement
-
class ZTauElement extends java.lang.Object
Class representing an element ofZ[τ]
. Letλ
be an element ofZ[τ]
. Thenλ
is given asλ = u + vτ
. The componentsu
andv
may be used directly, there are no accessor methods. Immutable class.
-
-
Constructor Summary
Constructors Constructor Description ZTauElement(java.math.BigInteger u, java.math.BigInteger v)
Constructor for an elementλ
ofZ[τ]
.
-