Class

net.i2p.crypto.eddsa.math

GroupElement

Related Doc: package math

Permalink

class GroupElement extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroupElement
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GroupElement(curve: Curve, s: Array[Byte])

    Permalink
  2. new GroupElement(curve: Curve, repr: Representation, X: FieldElement, Y: FieldElement, Z: FieldElement, T: FieldElement)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(q: GroupElement): GroupElement

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dbl(): GroupElement

    Permalink
  8. def doubleScalarMultiplyVariableTime(A: GroupElement, a: Array[Byte], b: Array[Byte]): GroupElement

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    GroupElement → AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getCurve(): Curve

    Permalink
  14. def getRepresentation(): Representation

    Permalink
  15. def getT(): FieldElement

    Permalink
  16. def getX(): FieldElement

    Permalink
  17. def getY(): FieldElement

    Permalink
  18. def getZ(): FieldElement

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    GroupElement → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isOnCurve(curve: Curve): Boolean

    Permalink
  22. def isOnCurve(): Boolean

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def negate(): GroupElement

    Permalink
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def precompute(precomputeSingle: Boolean): Unit

    Permalink
  28. def scalarMultiply(a: Array[Byte]): GroupElement

    Permalink
  29. def sub(q: GroupElement): GroupElement

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toByteArray(): Array[Byte]

    Permalink
  32. def toCached(): GroupElement

    Permalink
  33. def toP2(): GroupElement

    Permalink
  34. def toP3(): GroupElement

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    GroupElement → AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped