Hmac

haxe.crypto.Hmac (Class)

Calculates a Hmac of the given Bytes using a HashMethod.

Instance Members

Name Type
key haxe.io.Bytes
msg haxe.io.Bytes
Returns
haxe.io.Bytes

new(hashMethod: Anonymous): Void
Name Type
hashMethod Anonymous

Private Members

method: Anonymous

blockSize: Int

length: Int

Name Type
b haxe.io.Bytes
Returns
haxe.io.Bytes

nullPad(s: haxe.io.Bytes, chunkLen: Int): haxe.io.Bytes
Name Type
s haxe.io.Bytes
chunkLen Int
Returns
haxe.io.Bytes