| Property | Defined by | ||
|---|---|---|---|
![]() | decKey : Array | DESKey | |
| decKey2 : Array | TripleDESKey | ||
| decKey3 : Array | TripleDESKey | ||
![]() | encKey : Array | DESKey | |
| encKey2 : Array | TripleDESKey | ||
| encKey3 : Array | TripleDESKey | ||
![]() | key : ByteArray | DESKey | |
| Method | Defined by | ||
|---|---|---|---|
|
TripleDESKey(key:ByteArray)
This supports 2TDES and 3TDES.
| TripleDESKey | ||
|
decrypt(block:ByteArray, index:uint = 0):void
| TripleDESKey | ||
|
dispose():void
| TripleDESKey | ||
|
encrypt(block:ByteArray, index:uint = 0):void
| TripleDESKey | ||
![]() |
getBlockSize():uint
| DESKey | |
|
toString():String
| TripleDESKey | ||
| decKey2 | property |
protected var decKey2:Array
| decKey3 | property |
protected var decKey3:Array
| encKey2 | property |
protected var encKey2:Array
| encKey3 | property |
protected var encKey3:Array
| TripleDESKey | () | constructor |
public function TripleDESKey(key:ByteArray)This supports 2TDES and 3TDES. If the key passed is 128 bits, 2TDES is used. If the key has 192 bits, 3TDES is used. Other key lengths give "undefined" results.
Parameterskey:ByteArray |
| decrypt | () | method |
public override function decrypt(block:ByteArray, index:uint = 0):voidParameters
block:ByteArray |
|
index:uint (default = 0) |
| dispose | () | method |
public override function dispose():void
| encrypt | () | method |
public override function encrypt(block:ByteArray, index:uint = 0):voidParameters
block:ByteArray |
|
index:uint (default = 0) |
| toString | () | method |
public override function toString():String
Returns
String |