| Property | Defined By | ||
|---|---|---|---|
| pad_size : int = 48 | MD2 | ||
| Method | Defined By | ||
|---|---|---|---|
getHashSize():uint | MD2 | ||
getInputSize():uint | MD2 | ||
getPadSize():int | MD2 | ||
hash(src:ByteArray):ByteArray | MD2 | ||
toString():String | MD2 | ||
| Constant | Defined By | ||
|---|---|---|---|
| HASH_SIZE : int = 16 [static] | MD2 | ||
| pad_size | property |
public var pad_size:int = 48| getHashSize | () | method |
public function getHashSize():uintReturnsuint |
| getInputSize | () | method |
public function getInputSize():uintReturnsuint |
| getPadSize | () | method |
public function getPadSize():intReturnsint |
| hash | () | method |
public function hash(src:ByteArray):ByteArrayParameters
src:ByteArray |
ByteArray |
| toString | () | method |
public function toString():StringReturnsString |
| HASH_SIZE | Constant |
public static const HASH_SIZE:int = 16