Packagecom.hurlant.crypto.hash
Classpublic class SHA1
InheritanceSHA1 Inheritance SHABase Inheritance Object
Implements IHash



Public Properties
 PropertyDefined By
 Inheritedpad_size : int = 40
SHABase
Public Methods
 MethodDefined By
  
[override]
SHA1
 Inherited
SHABase
 Inherited
SHABase
 Inherited
hash(src:ByteArray):ByteArray
SHABase
  
toString():String
[override]
SHA1
Protected Methods
 MethodDefined By
  
core(x:Array, len:uint):Array
[override]
SHA1
Public Constants
 ConstantDefined By
  HASH_SIZE : int = 20
[static]
SHA1
Method Detail
core()method
override protected function core(x:Array, len:uint):Array

Parameters

x:Array
 
len:uint

Returns
Array
getHashSize()method 
override public function getHashSize():uint

Returns
uint
toString()method 
override public function toString():String

Returns
String
Constant Detail
HASH_SIZEConstant
public static const HASH_SIZE:int = 20