Packagecom.maclema.mysql.crypto
Classpublic class PlainTextScrambler
InheritancePlainTextScrambler Inheritance MysqlScrambler Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
  scramble : ByteArray
[read-only] Returns the scrambled seed in the form of a ByteArray
PlainTextScrambler
Public Methods
 MethodDefined by
  
PlainTextScrambler(password:String)
Constructs a new plain text scrambler
PlainTextScrambler
  
scrambleSeed(seed:String):void
Scrambles the seed provided by the MySQL Server
PlainTextScrambler
Events
 EventSummaryDefined by
 Inherited  MysqlScrambler
Property detail
scrambleproperty
scramble:ByteArray  [read-only]

Returns the scrambled seed in the form of a ByteArray

Implementation
    public function get scramble():ByteArray
Constructor detail
PlainTextScrambler()constructor
public function PlainTextScrambler(password:String)

Constructs a new plain text scrambler

Parameters
password:String
Method detail
scrambleSeed()method
public override function scrambleSeed(seed:String):void

Scrambles the seed provided by the MySQL Server

Parameters
seed:String