com.sshtools.j2ssh.transport
Class TransportProtocolAlgorithmSync
java.lang.Object
com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
public class TransportProtocolAlgorithmSync
- extends java.lang.Object
- Version:
- $Revision: 1.1 $
- Author:
- $author$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.commons.logging.Log log
cipher
private SshCipher cipher
compression
private SshCompression compression
hmac
private SshHmac hmac
isLocked
private boolean isLocked
TransportProtocolAlgorithmSync
public TransportProtocolAlgorithmSync()
- Creates a new TransportProtocolAlgorithmSync object.
setCipher
public void setCipher(SshCipher cipher)
- Parameters:
cipher
-
getCipher
public SshCipher getCipher()
- Returns:
setCompression
public void setCompression(SshCompression compression)
- Parameters:
compression
-
getCompression
public SshCompression getCompression()
- Returns:
setHmac
public void setHmac(SshHmac hmac)
- Parameters:
hmac
-
getHmac
public SshHmac getHmac()
- Returns:
lock
public void lock()
release
public void release()