| Interface | Description |
|---|---|
| ApkSignerEngine |
APK signing logic which is independent of how input and output APKs are stored, parsed, and
generated.
|
| ApkSignerEngine.InspectJarEntryRequest |
Request to inspect the specified JAR entry.
|
| ApkSignerEngine.OutputApkSigningBlockRequest | Deprecated
This is now superseded by
ApkSignerEngine.OutputApkSigningBlockRequest2. |
| ApkSignerEngine.OutputApkSigningBlockRequest2 |
Request to add the specified APK Signing Block to the output APK.
|
| ApkSignerEngine.OutputJarSignatureRequest |
Request to add JAR signature (aka v1 signature) to the output APK.
|
| Enum | Description |
|---|---|
| ApkSignerEngine.InputJarEntryInstructions.OutputPolicy |
Output policy for an input APK's JAR entry.
|
| ApkVerifier.Issue |
Error or warning encountered while verifying an APK's signatures.
|