Package org.apache.sshd.common.kex
Interface CurveSizeIndicator
- All Known Implementing Classes:
MontgomeryCurve,XDH
public interface CurveSizeIndicator
- Author:
- Apache MINA SSHD Project
-
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the length of a point coordinate in bytes.
-
Method Details
-
getByteLength
int getByteLength()Retrieves the length of a point coordinate in bytes.- Returns:
- the length
-