Uses of Class
org.apache.sshd.common.kex.AbstractDH
-
Packages that use AbstractDH Package Description org.apache.sshd.client.kex org.apache.sshd.common.kex org.apache.sshd.server.kex -
-
Uses of AbstractDH in org.apache.sshd.client.kex
Fields in org.apache.sshd.client.kex declared as AbstractDH Modifier and Type Field Description protected AbstractDH
DHGClient. dh
protected AbstractDH
DHGEXClient. dh
Methods in org.apache.sshd.client.kex that return AbstractDH Modifier and Type Method Description protected AbstractDH
DHGClient. getDH()
protected AbstractDH
DHGEXClient. getDH(java.math.BigInteger p, java.math.BigInteger g)
-
Uses of AbstractDH in org.apache.sshd.common.kex
Subclasses of AbstractDH in org.apache.sshd.common.kex Modifier and Type Class Description class
DHG
Diffie-Hellman key generator.class
ECDH
Elliptic Curve Diffie-Hellman key agreement.class
XDH
Provides Diffie-Hellman SSH key exchange algorithms for the Montgomery curves specified in RFC 8731.Methods in org.apache.sshd.common.kex that return AbstractDH Modifier and Type Method Description AbstractDH
DHFactory. create(java.lang.Object... params)
-
Uses of AbstractDH in org.apache.sshd.server.kex
Fields in org.apache.sshd.server.kex declared as AbstractDH Modifier and Type Field Description protected AbstractDH
DHGServer. dh
-