public class TlsMACOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
TlsMACOutputStream(TlsMAC mac) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
protected TlsMAC mac
public TlsMACOutputStream(TlsMAC mac)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] buf,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException