document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public static boolean performSSVValidation(Plugin2Manager paramPlugin2Manager)
  2.         throws ExitException {
  3.  
  4.     boolean bool = Boolean.valueOf(paramPlugin2Manager.
  5.                                     getParameter("__applet_ssv_validated")).
  6.                                                                       booleanValue();
  7.     if (bool)
  8.         return false;
  9.     LaunchDesc localLaunchDesc = null;
  10.  
  11.     AppInfo localAppInfo = null;
  12.  
  13.       [...]
  14.       // ... more code that calls com.sun.javaws.ui.SecureStaticVersioning to perform more checks    
  15.       [...]
  16.  
  17. }
');