com.sshtools.j2ssh.transport

Class TransportProtocolAlgorithmSync


public class TransportProtocolAlgorithmSync
extends java.lang.Object

Version:
$Revision: 1.18 $
Author:
$author$

Constructor Summary

TransportProtocolAlgorithmSync()
Creates a new TransportProtocolAlgorithmSync object.

Method Summary

SshCipher
getCipher()
SshCompression
getCompression()
SshHmac
getHmac()
void
lock()
void
release()
void
setCipher(SshCipher cipher)
void
setCompression(SshCompression compression)
void
setHmac(SshHmac hmac)

Constructor Details

TransportProtocolAlgorithmSync

public TransportProtocolAlgorithmSync()
Creates a new TransportProtocolAlgorithmSync object.

Method Details

getCipher

public SshCipher getCipher()
Returns:

getCompression

public SshCompression getCompression()
Returns:

getHmac

public SshHmac getHmac()
Returns:

lock

public void lock()

release

public void release()

setCipher

public void setCipher(SshCipher cipher)
Parameters:
cipher -

setCompression

public void setCompression(SshCompression compression)
Parameters:
compression -

setHmac

public void setHmac(SshHmac hmac)
Parameters:
hmac -

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.