Uses of Enum
org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.GroupElement.Representation
Packages that use GroupElement.Representation
-
Uses of GroupElement.Representation in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math
Fields in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math declared as GroupElement.RepresentationModifier and TypeFieldDescription(package private) final GroupElement.Representation
GroupElement.repr
Variable is package private only so that tests run.Methods in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math that return GroupElement.RepresentationModifier and TypeMethodDescriptionGroupElement.getRepresentation()
Gets the representation of the group element.static GroupElement.Representation
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 org.mariadb.jdbc.plugin.authentication.standard.ed25519.math with parameters of type GroupElement.RepresentationModifier and TypeMethodDescriptionCurve.getZero
(GroupElement.Representation repr) private GroupElement
GroupElement.toRep
(GroupElement.Representation repr) Convert a GroupElement from one Representation to another.Constructors in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math with parameters of type GroupElement.RepresentationModifierConstructorDescriptionGroupElement
(Curve curve, GroupElement.Representation repr, FieldElement X, FieldElement Y, FieldElement Z, FieldElement T) Creates a group element for a curve, without any pre-computation.GroupElement
(Curve curve, GroupElement.Representation repr, FieldElement X, FieldElement Y, FieldElement Z, FieldElement T, boolean precomputeDouble) Creates a group element for a curve, with optional pre-computation.