Uses of Class
net.i2p.crypto.eddsa.math.GroupElement.Representation

Packages that use GroupElement.Representation
net.i2p.crypto.eddsa.math Data structures that definie curves and fields, and the mathematical operaions on them. 
 

Uses of GroupElement.Representation in net.i2p.crypto.eddsa.math
 

Fields in net.i2p.crypto.eddsa.math declared as GroupElement.Representation
(package private)  GroupElement.Representation GroupElement.repr
          Variable is package private only so that tests run.
 

Methods in net.i2p.crypto.eddsa.math that return GroupElement.Representation
 GroupElement.Representation GroupElement.getRepresentation()
          Gets the representation of the group element.
static GroupElement.Representation GroupElement.Representation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupElement.Representation[] GroupElement.Representation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.i2p.crypto.eddsa.math with parameters of type GroupElement.Representation
 GroupElement Curve.getZero(GroupElement.Representation repr)
           
 

Constructors in net.i2p.crypto.eddsa.math with parameters of type GroupElement.Representation
GroupElement(Curve curve, GroupElement.Representation repr, FieldElement X, FieldElement Y, FieldElement Z, FieldElement T)
          Creates a group element for a curve.