Uses of Class
org.mariadb.jdbc.internal.com.send.authentication.ed25519.math.ed25519.ScalarOps
-
Packages that use ScalarOps Package Description org.mariadb.jdbc.internal.com.send.authentication.ed25519.spec -
-
Uses of ScalarOps in org.mariadb.jdbc.internal.com.send.authentication.ed25519.spec
Fields in org.mariadb.jdbc.internal.com.send.authentication.ed25519.spec declared as ScalarOps Modifier and Type Field Description private ScalarOps
EdDSAParameterSpec. sc
Methods in org.mariadb.jdbc.internal.com.send.authentication.ed25519.spec that return ScalarOps Modifier and Type Method Description ScalarOps
EdDSAParameterSpec. getScalarOps()
Constructors in org.mariadb.jdbc.internal.com.send.authentication.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)
-