Hi,
I found a problem in my application, this problem I think that is about the Instantiator.
I was monitoring the data traffic and found references to different class of my program, this was weird because all packets that are exchanged are encrypted.
Then, note that all these classes are register by a Instantiator. For this reason I want to know if there a way I can encrypt the classes that are register by a Instantiator.
Can anyone help?