Uses of Class
org.mariadb.jdbc.internal.com.send.authentication.ed25519.math.GroupElement.Representation
-
Packages that use GroupElement.Representation Package Description org.mariadb.jdbc.internal.com.send.authentication.ed25519.math -
-
Uses of GroupElement.Representation in org.mariadb.jdbc.internal.com.send.authentication.ed25519.math
Methods in org.mariadb.jdbc.internal.com.send.authentication.ed25519.math that return GroupElement.Representation Modifier and Type Method Description GroupElement.RepresentationGroupElement. getRepresentation()Gets the representation of the group element.static GroupElement.RepresentationGroupElement.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 org.mariadb.jdbc.internal.com.send.authentication.ed25519.math with parameters of type GroupElement.Representation Modifier and Type Method Description GroupElementCurve. getZero(GroupElement.Representation repr)Constructors in org.mariadb.jdbc.internal.com.send.authentication.ed25519.math with parameters of type GroupElement.Representation Constructor Description GroupElement(Curve curve, GroupElement.Representation repr, FieldElement X, FieldElement Y, FieldElement Z, FieldElement T)Creates a group element for a curve.
-