WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIJAR
| IID: | 04501DB2-0409-11d3-BCF8-00805F0E1353 |
| Inherits From: | nsISupports |
Properties
readonly PRUint32 manifestEntriesCount
Methods
void getCertificatePrincipal ( char* entryName , out nsIPrincipal principal )
void getCertificatePrincipal ( char* entryName , out nsIPrincipal principal )
Returns an object describing the entity which signed an entry. parseManifest must be called first. If entryName is an entry in the jar, getInputStream must be called after parseManifest. If entryName is an external file which has meta-information stored in the jar, verifyExternalFile (not yet implemented) must be called before getPrincipal.
- Arguments:
- entryName
- principal
Reference documentation is generated from Mozilla's source.
