com.pnfsoftware.jeb.util.encoding.zip.IGenericJarBrowser |
Known Indirect Subclasses
JarBrowser |
An implementation of a Jar browser that uses the standard JDK implementation and falls back to
the Apache Commons implementation on error. |
JarBrowserApache |
An implementation of a Jar browser that uses the Apache Commons implementation. |
JarBrowserOracle |
An implementation of a Jar browser that uses the standard JDK implementation. |
|
Class Overview
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.)
Public Methods
public
abstract
Certificate[]
getCertificates
(String name)