public interface MemoryJarFileDecrypter
Modifier and Type | Method and Description |
---|---|
byte[] |
decryptEntry(String path,
byte[] in)
Called to decrypt an entry by the
MemoryJarFile class. |
byte[] decryptEntry(String path, byte[] in) throws IOException
MemoryJarFile
class.path
- The path of the Jar entry, null for entire Jar file.in
- The input data for the Jar entry.IOException
- For reading errors.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.