0 Replies Latest reply on Apr 14, 2003 2:36 PM by cmn1234

    Encrypted Class Files

    cmn1234

      Not sure if this is correct place but...

      I need to encrypt certain class files which need to be loaded by the main jboss class loader. I'm using jboss 2.4.8 and only feasible way i see implementing this is to modify the NullURLMLet in Main.java class of the jboss.jar package to handle encrypted files based on some type of file header, while passing other files to the standard loader. Has anyone attempted to provide this type of security? Any ideas would be greatly appreciated.

      Thanks