| 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