Class DiffieHellmanGroupExchangeSha1JCE

All Implemented Interfaces:
com.sshtools.common.ssh.components.Component, com.sshtools.common.ssh.components.SshComponent, com.sshtools.common.ssh.SecureComponent, com.sshtools.synergy.ssh.components.jce.AbstractKeyExchange, com.sshtools.synergy.ssh.components.SshKeyExchange<SshClientContext>

public class DiffieHellmanGroupExchangeSha1JCE extends DiffieHellmanGroupExchange
Implementation of the required SSH Transport Protocol key exchange method "diffie-hellman-group-exchange-sha1".
  • Field Details

    • DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1

      public static final String DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1
      Constant for the algorithm name "diffie-hellman-group1-sha1".
      See Also:
  • Constructor Details

    • DiffieHellmanGroupExchangeSha1JCE

      public DiffieHellmanGroupExchangeSha1JCE()
      Construct an uninitialized instance.