|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.ssh.transport.MessageStream
public abstract class MessageStream
Constructor Summary | |
---|---|
MessageStream()
|
Method Summary | |
---|---|
long |
getBytesCount()
Returns transferred bytes count. |
void |
setCipher(javax.crypto.Cipher cipher)
Setups the current stream cipher. |
void |
setCompression(Compression compression)
Setups the current stream compression. |
void |
setMac(javax.crypto.Mac mac)
Setups the current stream MAC. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageStream()
Method Detail |
---|
public long getBytesCount()
public void setCompression(Compression compression)
compression
- the current stream compressorpublic void setCipher(javax.crypto.Cipher cipher)
cipher
- the current stream cipherpublic void setMac(javax.crypto.Mac mac)
mac
- the current stream MAC
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |