Uses of Interface
org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ScalarOps
-
Packages that use ScalarOps Package Description org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519 org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec -
-
Uses of ScalarOps in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519
Classes in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519 that implement ScalarOps Modifier and Type Class Description class
Ed25519ScalarOps
Class for reducing a huge integer modulo the group order q and doing a combined multiply plus add plus reduce operation. -
Uses of ScalarOps in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec
Fields in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec declared as ScalarOps Modifier and Type Field Description private ScalarOps
EdDSAParameterSpec. sc
Methods in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec that return ScalarOps Modifier and Type Method Description ScalarOps
EdDSAParameterSpec. getScalarOps()
Constructors in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec with parameters of type ScalarOps Constructor 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)
-