Interface IGenericJarBrowser
- All Superinterfaces:
AutoCloseable
,IGenericZipBrowser
- All Known Implementing Classes:
JarBrowser
,JarBrowserApache
,JarBrowserOracle
Generic interface for Jar readers, Zip archives with specific certificate and signing
requirements. Entry names in a Jar archive must be encoded using UTF-8. (Unlike generic Zip
files, for which entry names may be encoded using other character sets.)
-
Method Summary
Methods inherited from interface com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser
close, getEntries, getEntry, getEntryStream, readEntry
-
Method Details
-
getCertificates
-