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: Intlength: IntdoHash(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 |
Metadata
| Name | Parameters |
|---|---|
:hxGen |
- |