com.sun.midp.jadtool |
Provides a Javatm API and a
command line interface
(JAD Tool) to sign MIDlet suites using public key cryptography according
to MIDP specification. Signing a MIDlet suite is the process of adding
the signer certificate and the digital signature of the JAR to a JAD.
|
Java Source File Name | Type | Comment |
AppDescriptor.java | Class | Java API for signing MIDletSuites. |
AppDescriptorException.java | Class | Exception for AppDescriptor errors. |
Base64.java | Class | A class to do base64 encoding and decoding.
Base64 is a system for representing raw byte data as Ascii
characters. |
JadTool.java | Class | The JadTool is a command line interface to the AppDescriptor class. |
JadWriter.java | Class | A class for writing JAD's. |
SignCert.java | Class | SignCert is a utility class used by the AppDescriptor Class to
modify a self-signed certificate in a KeyStore. |