Package com.iizix.util
Interface MemoryJarFileDecrypter
public interface MemoryJarFileDecrypter
This interface is used to decrypt each entry in the ZIP/JAR file (along with the manifest if required).
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- byte[]- decryptEntry- (String path, byte[] in) Called to decrypt an entry by the- MemoryJarFileclass.
- Method Details- decryptEntryCalled to decrypt an entry by the- MemoryJarFileclass.- Parameters:
- path- The path of the Jar entry, null for entire Jar file.
- in- The input data for the Jar entry.
- Returns:
- A byte array containing the data, never null!
- Throws:
- IOException- For reading errors.