This method of the PolicyEngine Class obtains the permissions of a class. Only fully trusted classes are allowed to call this method.
public static native PermissionDataSet getPermissionsOfClass(Class c);
Returns the permissions of the specified class.
c | The class whose permissions are being obtained. |