Package com.sshtools.j2ssh.transport
Class TransportProtocolAlgorithmSync
java.lang.Object
com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
- Version:
- $Revision: 1.18 $
- Author:
- $author$
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TransportProtocolAlgorithmSync object. -
Method Summary
Modifier and TypeMethodDescriptiongetHmac()
void
lock()
void
release()
void
void
setCompression
(SshCompression compression) void
-
Constructor Details
-
TransportProtocolAlgorithmSync
public TransportProtocolAlgorithmSync()Creates a new TransportProtocolAlgorithmSync object.
-
-
Method Details
-
setCipher
- Parameters:
cipher
-
-
getCipher
- Returns:
-
setCompression
- Parameters:
compression
-
-
getCompression
- Returns:
-
setHmac
- Parameters:
hmac
-
-
getHmac
- Returns:
-
lock
public void lock() -
release
public void release()
-