| Package | com.hurlant.crypto.hash |
| Interface | public interface IHash |
| Implementors | MD2, MD5, SHA1, SHA256, SHABase |
| Method | Defined by | ||
|---|---|---|---|
|
getHashSize():uint
| IHash | ||
|
getInputSize():uint
| IHash | ||
|
getPadSize():int
| IHash | ||
|
hash(src:ByteArray):ByteArray
| IHash | ||
|
toString():String
| IHash | ||
| 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 |