Interface IGenericJarBrowser

All Superinterfaces:
AutoCloseable, IGenericZipBrowser
All Known Implementing Classes:
JarBrowser, JarBrowserApache, JarBrowserOracle

public interface IGenericJarBrowser extends IGenericZipBrowser
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 Details

    • getCertificates

      Certificate[] getCertificates(String name)
      Get the certificates associated with a Jar entry.
      Parameters:
      name - entry name
      Returns:
      certificate chain, or null if unavailable