Uses of Class
org.apache.sshd.common.kex.BuiltinKEM
-
Packages that use BuiltinKEM Package Description org.apache.sshd.common.kex -
-
Uses of BuiltinKEM in org.apache.sshd.common.kex
Methods in org.apache.sshd.common.kex that return BuiltinKEM Modifier and Type Method Description static BuiltinKEM
BuiltinKEM. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BuiltinKEM[]
BuiltinKEM. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-