Interface | Description |
---|---|
SignedJarBuilder.IZipEntryFilter | Classes which implement this interface provides a method to check whether a file should be added to a Jar file. |
Class | Description |
---|---|
DefaultSigningConfig | SigningConfig encapsulates the information necessary to access certificates in a keystore file that can be used to sign APKs. |
SignedJarBuilder | A Jar file builder with signature support. |
Exception | Description |
---|---|
SignedJarBuilder.IZipEntryFilter.ZipAbortException | An exception thrown during packaging of a zip file into APK file. |
SigningException |