| com.sun.midp.installer.Verifier
All known Subclasses: com.sun.midp.installer.VerifierImpl,
Verifier | public interface Verifier (Code) | | Interface that must be implemented by any class that is used to verify
a signature of the midlet suite.
|
CERT_PROP | final public static String CERT_PROP(Code) | | MIDlet property for the content provider certificates
|
SIG_PROP | final public static String SIG_PROP(Code) | | MIDlet property for the application signature
|
getSecurityDomainName | public String getSecurityDomainName(String ca)(Code) | | Gets the security domain name for this MIDlet Suite from storage.
Parameters: ca - CA of an installed suite name of the security domain for the MIDlet Suite |
isJadSigned | public boolean isJadSigned()(Code) | | Checks to see if the JAD has a signature, but does not verify the
signature.
true if the JAD has a signature |
verifyJar | public String[] verifyJar(RandomAccessStream jarStorage, String jarFilename) throws IOException, InvalidJadException(Code) | | Verifies a Jar. On success set the name of the domain owner in the
install state. Post any error back to the server.
Parameters: jarStorage - System store for applications Parameters: jarFilename - name of the jar to read. exception: IOException - if any error prevents the readingof the JAR exception: InvalidJadException - if the JAR is not valid or theprovider certificate is missing |
|
|