| Method | Defined By | ||
|---|---|---|---|
getHashSize():uint [override] | SHA1 | ||
![]() | getInputSize():uint | SHABase | |
![]() | getPadSize():int | SHABase | |
![]() | hash(src:ByteArray):ByteArray | SHABase | |
toString():String [override] | SHA1 | ||
| Method | Defined By | ||
|---|---|---|---|
core(x:Array, len:uint):Array [override] | SHA1 | ||
| Constant | Defined By | ||
|---|---|---|---|
| HASH_SIZE : int = 20 [static] | SHA1 | ||
| core | () | method |
override protected function core(x:Array, len:uint):ArrayParameters
x:Array | |
len:uint |
Array |
| getHashSize | () | method |
override public function getHashSize():uintReturnsuint |
| toString | () | method |
override public function toString():StringReturnsString |
| HASH_SIZE | Constant |
public static const HASH_SIZE:int = 20