javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/AuthenticateJar.java
changeset 69 773449708c84
parent 21 2a9601315dfc
child 66 2455ef1f5bbc
--- a/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/AuthenticateJar.java	Wed Aug 18 09:43:15 2010 +0300
+++ b/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/AuthenticateJar.java	Thu Sep 02 20:20:40 2010 +0300
@@ -35,12 +35,12 @@
         }
 
         ball.log("Authenticating Jar...");
-        AuthenticationModule.getInstance().authenticateJar
-        (ball.iStorageHandler.getSession(),
-         ball.iSuite.getUid(),
-         (ball.iOldSuite != null? ball.iOldSuite.getUid(): null),
-         ball.iJarFilename,
-         (ball.iSuite.getContentInfo() == SuiteInfo.CONTENT_INFO_DRM? true: false));
+        ball.iAuthenticationCredentials =
+            AuthenticationModule.getInstance().authenticateJar
+            (ball.iSuite.getUid(),
+             (ball.iOldSuite != null? ball.iOldSuite.getUid(): null),
+             ball.iJarFilename,
+             (ball.iSuite.getContentInfo() == SuiteInfo.CONTENT_INFO_DRM? true: false));
         ball.iJarAuthenticated = true;
         // Unregister OCSP listener after Jar authentication.
         AuthenticationModule.getInstance().unregisterOcspEventListener(