public interface ISecureChannel
| Modifier and Type | Method and Description |
|---|---|
void |
input(byte[] data,
int offset,
int length,
ByteArray dest) |
void |
modifyForInput(ByteArray data,
int offset,
int length) |
void |
modifyForOutput(ByteArray data,
int offset,
int length) |
void |
output(byte[] data,
int offset,
int length,
ByteArray dest) |
void modifyForOutput(ByteArray data, int offset, int length) throws IOException
IOExceptionvoid modifyForInput(ByteArray data, int offset, int length) throws IOException
IOExceptionvoid output(byte[] data,
int offset,
int length,
ByteArray dest)
throws IOException
IOExceptionvoid input(byte[] data,
int offset,
int length,
ByteArray dest)
throws IOException
IOException