Packagecom.hurlant.crypto.hash
Classpublic class SHABase
InheritanceSHABase Inheritance Object
Implements IHash
Subclasses SHA1, SHA256



Public Properties
 PropertyDefined By
  pad_size : int = 40
SHABase
Public Methods
 MethodDefined By
  
SHABase
  
SHABase
  
SHABase
  
hash(src:ByteArray):ByteArray
SHABase
  
toString():String
SHABase
Protected Methods
 MethodDefined By
  
core(x:Array, len:uint):Array
SHABase
Property Detail
pad_sizeproperty
public var pad_size:int = 40

Method Detail
core()method
protected function core(x:Array, len:uint):Array

Parameters

x:Array
 
len:uint

Returns
Array
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):ByteArray

Parameters

src:ByteArray

Returns
ByteArray
toString()method 
public function toString():String

Returns
String