Packagecom.hurlant.crypto.symmetric
Classpublic class BlowFishKey
ImplementsISymmetricKey



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
  
getBlockSize():uint
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):voidParameters
block:ByteArray
 
index:uint (default = 0)
dispose()method 
public function dispose():void
encrypt()method 
public function encrypt(block:ByteArray, index:uint = 0):voidParameters
block:ByteArray
 
index:uint (default = 0)
getBlockSize()method 
public function getBlockSize():uint

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

Returns
String