¿Habria alguna manera de obtener el valor MD5 de la variable encriptarBytes?
Código:
public function _sb8831(_arg_1:int = 60) : void
{
this._cm1764 = new Timer(_arg_1 * 1002,0);
this._cm1764.start();
this._cm1764.addEventListener(TimerEvent.TIMER,this._ml4724);
var byteArray:ByteArray = new ByteArray();
byteArray.writeObject(this._cm1764);
encriptarBytes = MD5.hashBinary(byteArray);
}