Package org.apache.sshd.common.kex
Interface CurveSizeIndicator
-
- All Known Implementing Classes:
MontgomeryCurve,XDH
public interface CurveSizeIndicator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetByteLength()Retrieves the length of a point coordinate in bytes.
-