Class DHGEXServer

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
All Implemented Interfaces:
KeyExchange, org.apache.sshd.common.NamedResource, org.apache.sshd.common.session.SessionContextHolder, SessionHolder<Session>, ServerSessionHolder

public class DHGEXServer extends AbstractDHServerKeyExchange
Author:
Apache MINA SSHD Project
  • Field Details

    • factory

      protected final DHFactory factory
    • dh

      protected DHG dh
    • min

      protected int min
    • prf

      protected int prf
    • max

      protected int max
    • expected

      protected byte expected
    • oldRequest

      protected boolean oldRequest
  • Constructor Details

  • Method Details