# Interface: com.pnfsoftware.jeb.util.encoding.zip.IGenericJarBrowser

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: getCertificates
- parameter: `name`, type: `java.lang.String`
- return type: `java.security.cert.Certificate[]`

Description: Get the certificates associated with a Jar entry.
parameter: name: entry name
return: certificate chain, or null if unavailable

