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