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 classEd25519ScalarOpsClass 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 ScalarOpsEdDSAParameterSpec. scMethods in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec that return ScalarOps Modifier and Type Method Description ScalarOpsEdDSAParameterSpec. 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)
-