gnu.crypto.mac
public class OMAC extends Object implements IMac
The One-Key CBC MAC, OMAC. This message authentication code is based on a block cipher in CBC mode.
References:
| Constructor Summary | |
|---|---|
| OMAC(IBlockCipher cipher) | |
| Method Summary | |
|---|---|
| Object | clone() |
| byte[] | digest() |
| void | digest(byte[] out, int off) |
| void | init(Map attrib) |
| int | macSize() |
| String | name() |
| void | reset() |
| boolean | selfTest() |
| void | update(byte b) |
| void | update(byte[] buf, int off, int len) |