| 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():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 |