org.bouncycastle.crypto.io
public class MacInputStream extends FilterInputStream
| Field Summary | |
|---|---|
| protected Mac | mac |
| Constructor Summary | |
|---|---|
| MacInputStream(InputStream stream, Mac mac) | |
| Method Summary | |
|---|---|
| Mac | getMac() |
| int | read() |
| int | read(byte[] b, int off, int len) |