| Method | Defined By | ||
|---|---|---|---|
getHashSize(hash:uint):uint [static] | MACs | ||
[static] | MACs | ||
[static] | MACs | ||
getPadSize(hash:uint):int [static] | MACs | ||
| Constant | Defined By | ||
|---|---|---|---|
| MD5 : uint = 1 [static] | MACs | ||
| NULL : uint = 0 [static] | MACs | ||
| SHA1 : uint = 2 [static] | MACs | ||
| getHashSize | () | method |
public static function getHashSize(hash:uint):uintParameters
hash:uint |
uint |
| getHMAC | () | method |
| getMAC | () | method |
| getPadSize | () | method |
public static function getPadSize(hash:uint):intParameters
hash:uint |
int |
| MD5 | Constant |
public static const MD5:uint = 1| NULL | Constant |
public static const NULL:uint = 0| SHA1 | Constant |
public static const SHA1:uint = 2