| Package | com.hurlant.crypto.symmetric |
| Class | public class BlowFishKey |
| Inheritance | BlowFishKey Object |
| Implements | ISymmetricKey |
| 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)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():uintReturnsuint |
| toString | () | method |
public function toString():StringReturnsString |