| Method | Defined 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 | ||
| BlowFishKey | () | constructor |
public function BlowFishKey(key:ByteArray)Parameters
key:ByteArray |
| 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 |