public interface

IGenericJarBrowser

implements IGenericZipBrowser
com.pnfsoftware.jeb.util.encoding.zip.IGenericJarBrowser
Known Indirect Subclasses

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.)

Summary

Public Methods
abstract Certificate[] getCertificates(String name)
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser
From interface java.lang.AutoCloseable

Public Methods

public abstract Certificate[] getCertificates (String name)