public class

JarBrowserApache

extends ZipBrowserApache
implements IGenericJarBrowser
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserApache
     ↳ com.pnfsoftware.jeb.util.encoding.zip.JarBrowserApache

Class Overview

An implementation of a Jar browser that uses the Apache Commons implementation. Always return a null certificates array for now.

Summary

Public Constructors
JarBrowserApache(File f)
Public Methods
Certificate[] getCertificates(String name)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserApache
From class java.lang.Object
From interface com.pnfsoftware.jeb.util.encoding.zip.IGenericJarBrowser
From interface com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser
From interface java.lang.AutoCloseable

Public Constructors

public JarBrowserApache (File f)

Throws
IOException

Public Methods

public Certificate[] getCertificates (String name)