public final class HMAC extends Object implements Digest
HMAC(Digest md, byte[] key, int size)
void
digest(byte[] out)
digest(byte[] out, int off)
int
getDigestLength()
reset()
update(byte b)
update(byte[] b)
update(byte[] b, int off, int len)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HMAC(Digest md, byte[] key, int size)
public final int getDigestLength()
getDigestLength
Digest
public final void update(byte b)
update
public final void update(byte[] b)
public final void update(byte[] b, int off, int len)
public final void reset()
reset
public final void digest(byte[] out)
digest
public final void digest(byte[] out, int off)
Copyright © 2013. All rights reserved.