Package | Description |
---|---|
org.mariadb.jdbc.internal.com.send.authentication.ed25519.math | |
org.mariadb.jdbc.internal.com.send.authentication.ed25519.spec |
Modifier and Type | Field and Description |
---|---|
(package private) Curve |
GroupElement.curve
Variable is package private only so that tests run.
|
Modifier and Type | Method and Description |
---|---|
Curve |
GroupElement.getCurve()
Gets the curve of the group element.
|
Modifier and Type | Method and Description |
---|---|
static GroupElement |
GroupElement.cached(Curve curve,
FieldElement YpX,
FieldElement YmX,
FieldElement Z,
FieldElement T2d)
Creates a new group element in CACHED representation.
|
boolean |
GroupElement.isOnCurve(Curve curve)
Verify that a point is on the curve.
|
static GroupElement |
GroupElement.p1p1(Curve curve,
FieldElement X,
FieldElement Y,
FieldElement Z,
FieldElement T)
Creates a new group element in P1P1 representation.
|
static GroupElement |
GroupElement.p2(Curve curve,
FieldElement X,
FieldElement Y,
FieldElement Z)
Creates a new group element in P2 representation.
|
static GroupElement |
GroupElement.p3(Curve curve,
FieldElement X,
FieldElement Y,
FieldElement Z,
FieldElement T)
Creates a new group element in P3 representation.
|
static GroupElement |
GroupElement.precomp(Curve curve,
FieldElement ypx,
FieldElement ymx,
FieldElement xy2d)
Creates a new group element in PRECOMP representation.
|
Constructor and Description |
---|
GroupElement(Curve curve,
byte[] s)
Creates a group element for a curve from a given encoded point.
|
GroupElement(Curve curve,
GroupElement.Representation repr,
FieldElement X,
FieldElement Y,
FieldElement Z,
FieldElement T)
Creates a group element for a curve.
|
Modifier and Type | Field and Description |
---|---|
private Curve |
EdDSAParameterSpec.curve |
private static Curve |
EdDSANamedCurveTable.ed25519curve |
Modifier and Type | Method and Description |
---|---|
Curve |
EdDSAParameterSpec.getCurve() |
Constructor and Description |
---|
EdDSANamedCurveSpec(java.lang.String name,
Curve curve,
java.lang.String hashAlgo,
ScalarOps sc,
GroupElement B) |
EdDSAParameterSpec(Curve curve,
java.lang.String hashAlgo,
ScalarOps sc,
GroupElement B) |