Uses of Enum
org.apache.sshd.common.kex.MontgomeryCurve
Packages that use MontgomeryCurve
-
Uses of MontgomeryCurve in org.apache.sshd.common.kex
Subclasses with type arguments of type MontgomeryCurve in org.apache.sshd.common.kexModifier and TypeClassDescriptionenumProvides implementation details for Montgomery curves and their key exchange algorithms Curve25519/X25519 and Curve448/X448 specified in RFC 7748 and RFC 8731.Fields in org.apache.sshd.common.kex declared as MontgomeryCurveMethods in org.apache.sshd.common.kex that return MontgomeryCurveModifier and TypeMethodDescriptionstatic MontgomeryCurveReturns 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