FileDocCategorySizeDatePackage
MIDletSuiteVerifier.javaAPI DocphoneME MR2 API (J2ME)2633Wed May 02 18:00:08 BST 2007com.sun.midp.main

MIDletSuiteVerifier

public class MIDletSuiteVerifier extends Object
This a class stub class to enable the com.sun.midp.installer.Installer to compile.

Fields Summary
Constructors Summary
Methods Summary
public static booleancheckJarHash(java.lang.String jarPath, byte[] hashValue)
Compare hash value of the JAR with provided hash value.

param
jarPath path to JAR file
param
hashValue hash value to compare with
return
true if JAR has hash value equal to the provided one, otherwise false
throws
IOException

        throw new IOException("stub version");
    
public static byte[]getJarHash(java.lang.String jarPath)
Evaluate hash value for the JAR package

param
jarPath JAR package path
return
hash value for JAR package

        throw new IOException("stub version");
    
public static byte[]verifySuiteClasses(int suiteId, com.sun.midp.midletsuite.MIDletSuiteStorage suiteStorage)
Schedule suite classes verification to be done by a new VM started as soon as the current VM will be terminated.

param
suiteId id of the suite whose classes are to be verified
param
suiteStorage suite storage instance
return
null verify hash value, since no verification is done, the verification is only scheduled to be done in the future
throws
IOException

        throw new IOException("stub version");