# Class: com.pnfsoftware.jeb.util.encoding.zip.JarBrowserApache

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

## Constructor: JarBrowserApache
- parameter: `f`, type: `java.io.File`

Description: Open a Jar archive using Apache Commons Compress.
parameter: f: Jar file
throws: if the archive cannot be opened

## Method: getCertificates
- parameter: `name`, type: `java.lang.String`
- return type: `java.security.cert.Certificate[]`


