Class DiffieHellmanGroup1Sha1JCE

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.SshKeyExchange<SshClientContext>

public class DiffieHellmanGroup1Sha1JCE extends DiffieHellmanGroup
Implementation of the required SSH Transport Protocol key exchange method "diffie-hellman-group1-sha1".
  • Field Details

    • DIFFIE_HELLMAN_GROUP1_SHA1

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

    • DiffieHellmanGroup1Sha1JCE

      public DiffieHellmanGroup1Sha1JCE()
      Construct an uninitialized instance.