Packagenet.oauth.encryption
Classpublic class SHABase
ImplementsIHash
SubclassesSHA1



Public Methods
 MethodDefined by
  
getHashSize():uint
SHABase
  
getInputSize():uint
SHABase
  
hash(src:ByteArray):ByteArray
SHABase
  
toString():String
SHABase
Protected Methods
 MethodDefined by
  
core(x:Array, len:uint):Array
SHABase
Method detail
core()method
protected function core(x:Array, len:uint):ArrayParameters
x:Array
 
len:uint

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

Returns
uint
getInputSize()method 
public function getInputSize():uint

Returns
uint
hash()method 
public function hash(src:ByteArray):ByteArrayParameters
src:ByteArray

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

Returns
String