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 ClassesModifier and TypeInterfaceDescriptionstatic interface
Client-side KEM operations.static interface
Server-side KEM operations. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getClient
KeyEncapsulationMethod.Client getClient() -
getServer
KeyEncapsulationMethod.Server getServer()
-