Packagecom.hurlant.crypto.symmetric
Classpublic class BlowFishKey
InheritanceBlowFishKey Inheritance Object
Implements ISymmetricKey



Public Methods
 MethodDefined By
  
BlowFishKey(key:ByteArray)
BlowFishKey
  
decrypt(block:ByteArray, index:uint = 0):void
BlowFishKey
  
dispose():void
BlowFishKey
  
encrypt(block:ByteArray, index:uint = 0):void
BlowFishKey
  
BlowFishKey
  
toString():String
BlowFishKey
Constructor Detail
BlowFishKey()Constructor
public function BlowFishKey(key:ByteArray)



Parameters
key:ByteArray
Method Detail
decrypt()method
public function decrypt(block:ByteArray, index:uint = 0):void

Parameters

block:ByteArray
 
index:uint (default = 0)

dispose()method 
public function dispose():void

encrypt()method 
public function encrypt(block:ByteArray, index:uint = 0):void

Parameters

block:ByteArray
 
index:uint (default = 0)

getBlockSize()method 
public function getBlockSize():uint

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

Returns
String