Hmac
haxe.crypto.Hmac (Class)
Calculates a Hmac of the given Bytes using a HashMethod.
Instance Members
make(key: haxe.io.Bytes, msg: haxe.io.Bytes): haxe.io.Bytes
Name | Type |
---|---|
key |
haxe.io.Bytes |
msg |
haxe.io.Bytes |
Returns |
---|
haxe.io.Bytes |
new(hashMethod: Anonymous): Void
Name | Type |
---|---|
hashMethod |
Anonymous |
Private Members
blockSize: Int
length: Int
doHash(b: haxe.io.Bytes): haxe.io.Bytes
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 |