Enum MontgomeryCurve

java.lang.Object
java.lang.Enum<MontgomeryCurve>
org.apache.sshd.common.kex.MontgomeryCurve
All Implemented Interfaces:
Serializable, Comparable<MontgomeryCurve>, java.lang.constant.Constable, KeySizeIndicator, OptionalFeature

public enum MontgomeryCurve extends Enum<MontgomeryCurve> implements KeySizeIndicator, OptionalFeature
Provides implementation details for Montgomery curves and their key exchange algorithms Curve25519/X25519 and Curve448/X448 specified in RFC 7748 and RFC 8731. Montgomery curves provide improved security and flexibility over Weierstrass curves used in ECDH.
See Also: