com.sshtools.j2ssh.transport.kex
Class DhGroup1Sha1
public class DhGroup1Sha1
DhGroup1Sha1
public DhGroup1Sha1()
Creates a new DhGroup1Sha1 object.
performClientExchange
public void performClientExchange(String clientId,
String serverId,
byte[] clientKexInit,
byte[] serverKexInit)
throws IOException
- performClientExchange in interface SshKeyExchange
clientId
- serverId
- clientKexInit
- serverKexInit
-
performServerExchange
public void performServerExchange(String clientId,
String serverId,
byte[] clientKexInit,
byte[] serverKexInit,
SshPrivateKey prvKey)
throws IOException
- performServerExchange in interface SshKeyExchange
clientId
- serverId
- clientKexInit
- serverKexInit
- prvKey
-
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.