org.bouncycastle.crypto.io
public class MacOutputStream extends FilterOutputStream
| Field Summary | |
|---|---|
| protected Mac | mac |
| Constructor Summary | |
|---|---|
| MacOutputStream(OutputStream stream, Mac mac) | |
| Method Summary | |
|---|---|
| Mac | getMac() |
| void | write(int b) |
| void | write(byte[] b, int off, int len) |