Packagenet.oauth.encryption
Classpublic class SHA1
InheritanceSHA1 Inheritance SHABase
ImplementsIHash



Public Methods
 MethodDefined by
  
getHashSize():uint
SHA1
 Inherited
getInputSize():uint
SHABase
 Inherited
hash(src:ByteArray):ByteArray
SHABase
  
toString():String
SHA1
Protected Methods
 MethodDefined by
  
core(x:Array, len:uint):Array
SHA1
Public Constants
 ConstantDefined by
  HASH_SIZE : int = 20
[static]
SHA1
Method detail
core()method
protected override function core(x:Array, len:uint):ArrayParameters
x:Array
 
len:uint

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

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

Returns
String
Constant detail
HASH_SIZEconstant
public static const HASH_SIZE:int = 20