Package org.apache.sshd.common.kex
Interface KeyEncapsulationMethod
-
- All Known Implementing Classes:
BuiltinKEM
public interface KeyEncapsulationMethodGeneral interface for key encapsulation methods (KEM).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKeyEncapsulationMethod.ClientClient-side KEM operations.static interfaceKeyEncapsulationMethod.ServerServer-side KEM operations.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyEncapsulationMethod.ClientgetClient()KeyEncapsulationMethod.ServergetServer()
-
-
-
Method Detail
-
getClient
KeyEncapsulationMethod.Client getClient()
-
getServer
KeyEncapsulationMethod.Server getServer()
-
-