MIDletSuiteVerifierpublic class MIDletSuiteVerifier extends Object This a class stub class to enable the com.sun.midp.installer.Installer
to compile. |
Methods Summary |
---|
public static boolean | checkJarHash(java.lang.String jarPath, byte[] hashValue)Compare hash value of the JAR with provided hash value.
throw new IOException("stub version");
| public static byte[] | getJarHash(java.lang.String jarPath)Evaluate hash value for the 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.
throw new IOException("stub version");
|
|