Uses of Interface
org.apache.sshd.common.kex.KeyEncapsulationMethod
-
Packages that use KeyEncapsulationMethod Package Description org.apache.sshd.common.kex -
-
Uses of KeyEncapsulationMethod in org.apache.sshd.common.kex
Classes in org.apache.sshd.common.kex that implement KeyEncapsulationMethod Modifier and Type Class Description class
BuiltinKEM
All built in key encapsulation methods (KEM).Methods in org.apache.sshd.common.kex that return KeyEncapsulationMethod Modifier and Type Method Description KeyEncapsulationMethod
AbstractDH. getKeyEncapsulation()
-