| Package | com.maclema.mysql.crypto |
| Class | public class PlainTextScrambler |
| Inheritance | PlainTextScrambler MysqlScrambler flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| scramble : ByteArray [read-only]
Returns the scrambled seed in the form of a ByteArray
| PlainTextScrambler | ||
| Method | Defined by | ||
|---|---|---|---|
|
PlainTextScrambler(password:String)
Constructs a new plain text scrambler
| PlainTextScrambler | ||
|
scrambleSeed(seed:String):void
Scrambles the seed provided by the MySQL Server
| PlainTextScrambler | ||
| scramble | property |
scramble:ByteArray [read-only]Returns the scrambled seed in the form of a ByteArray
Implementation public function get scramble():ByteArray
| PlainTextScrambler | () | constructor |
public function PlainTextScrambler(password:String)Constructs a new plain text scrambler
Parameterspassword:String |
| scrambleSeed | () | method |
public override function scrambleSeed(seed:String):voidScrambles the seed provided by the MySQL Server
Parametersseed:String |