| Property | Defined by | ||
|---|---|---|---|
| pad_size : int = 48 | MD2 | ||
| Method | Defined by | ||
|---|---|---|---|
|
MD2()
| MD2 | ||
|
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
| MD2 | () | constructor |
public function MD2()
| getHashSize | () | method |
public function getHashSize():uint
Returns
uint |
| getInputSize | () | method |
public function getInputSize():uint
Returns
uint |
| getPadSize | () | method |
public function getPadSize():int
Returns
int |
| hash | () | method |
public function hash(src:ByteArray):ByteArrayParameters
src:ByteArray |
ByteArray |
| toString | () | method |
public function toString():String
Returns
String |
| HASH_SIZE | constant |
public static const HASH_SIZE:int = 16