Uses of Class
org.apache.sshd.common.kex.MontgomeryCurve
-
Packages that use MontgomeryCurve Package Description org.apache.sshd.common.kex -
-
Uses of MontgomeryCurve in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex declared as MontgomeryCurve Modifier and Type Field Description protected MontgomeryCurve
XDH. curve
Methods in org.apache.sshd.common.kex that return MontgomeryCurve Modifier and Type Method Description static MontgomeryCurve
MontgomeryCurve. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MontgomeryCurve[]
MontgomeryCurve. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sshd.common.kex with parameters of type MontgomeryCurve Constructor Description XDH(MontgomeryCurve curve, boolean raw)
-