| Package | com.hurlant.crypto.hash |
| Class | public class SHABase |
| Inheritance | SHABase Object |
| Implements | IHash |
| Subclasses | SHA1, SHA256 |
| Property | Defined By | ||
|---|---|---|---|
| pad_size : int = 40 | SHABase | ||
| Method | Defined By | ||
|---|---|---|---|
getHashSize():uint | SHABase | ||
getInputSize():uint | SHABase | ||
getPadSize():int | SHABase | ||
hash(src:ByteArray):ByteArray | SHABase | ||
toString():String | SHABase | ||
| Method | Defined By | ||
|---|---|---|---|
core(x:Array, len:uint):Array | SHABase | ||
| pad_size | property |
public var pad_size:int = 40| core | () | method |
protected function core(x:Array, len:uint):ArrayParameters
x:Array | |
len:uint |
Array |
| 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 |