Uses of Class
org.apache.sshd.common.kex.MLKEM.Parameters
-
Packages that use MLKEM.Parameters Package Description org.apache.sshd.common.kex -
-
Uses of MLKEM.Parameters in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex declared as MLKEM.Parameters Modifier and Type Field Description private MLKEM.ParametersMLKEM.Client. parametersprivate MLKEM.ParametersMLKEM.Server. parametersMethods in org.apache.sshd.common.kex that return MLKEM.Parameters Modifier and Type Method Description static MLKEM.ParametersMLKEM.Parameters. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MLKEM.Parameters[]MLKEM.Parameters. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.common.kex with parameters of type MLKEM.Parameters Modifier and Type Method Description (package private) static KeyEncapsulationMethod.ClientMLKEM. getClient(MLKEM.Parameters parameters)(package private) static KeyEncapsulationMethod.ServerMLKEM. getServer(MLKEM.Parameters parameters)Constructors in org.apache.sshd.common.kex with parameters of type MLKEM.Parameters Constructor Description Client(MLKEM.Parameters parameters)Server(MLKEM.Parameters parameters)
-