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
IOException
void modifyForInput(ByteArray data, int offset, int length) throws IOException
IOException
void output(byte[] data, int offset, int length, ByteArray dest) throws IOException
IOException
void input(byte[] data, int offset, int length, ByteArray dest) throws IOException
IOException