Constructor.parammidletSuite midlet suite to verify
Gets the security domain name for this MIDlet Suite from storage.paramca CA of an installed suitereturnname of the security domain for the MIDlet Suite return Permissions.UNIDENTIFIED_DOMAIN_BINDING;
return Permissions.UNIDENTIFIED_DOMAIN_BINDING;
Checks to see if the JAD has a signature, but does not verify the signature. This is a place holder the the Secure Installer and just returns false.returntrue if the JAD has a signature return false;
return false;
Verifies a Jar. Post any error back to the server.paramjarStorage System store for applicationsparamjarFilename name of the jar to readexceptionIOException if any error prevents the reading of the JARexceptionInvalidJadException if the JAR is not valid return null;
return null;