org.bouncycastle.crypto.macs
public class HMac extends Object implements Mac
| Constructor Summary | |
|---|---|
| HMac(Digest digest)
Base constructor for one of the standard digest algorithms that the
byteLength of the algorithm is know for.
| |
| Method Summary | |
|---|---|
| int | doFinal(byte[] out, int outOff) |
| String | getAlgorithmName() |
| int | getMacSize() |
| Digest | getUnderlyingDigest() |
| void | init(CipherParameters params) |
| void | reset()
Reset the mac generator. |
| void | update(byte in) |
| void | update(byte[] in, int inOff, int len) |
Parameters: digest the digest.