|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
public class TransportProtocolAlgorithmSync
| 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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransportProtocolAlgorithmSync()
| Method Detail |
|---|
public void setCipher(SshCipher cipher)
cipher - public SshCipher getCipher()
public void setCompression(SshCompression compression)
compression - public SshCompression getCompression()
public void setHmac(SshHmac hmac)
hmac - public SshHmac getHmac()
public void lock()
public void release()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||