Java - General Parameters

Using the parameters on the General tab, you can:

>Select which protection type to use. In the Protection type list, choose one of the following:

Method level (If selected, the method parameters on the General tab are accessible. The Class Level Protection tab becomes inaccessible.)

The parameters described in this section relate to class constructors and methods displayed in the list of Methods available for protection.

Class level (If selected, the Class Level Protection tab becomes accessible. The method-level functionality on the General tab becomes inaccessible.)

Class-level protection provides:

an additional protection layer that blocks Java reverse-engineering tools (for example: decompilers).

high performance (compared to method-level protection).

NOTE   For class-level protection, the current release only supports Windows runtime.

Method level & Class level. (If selected, you can access both method-level and class-level functionality.)

>Apply method-level protection for your application (when this type of protection has been selected).

Related Topics

Defining Java Program Protection Details

Java Method-Level Protection

Java Class-Level Protection

Protection Details

Optimizing Protection Settings for Performance and Security

Protecting J2EE Applications