Package | Description |
---|---|
com.android.apksig | |
com.android.apksig.apk |
Modifier and Type | Method and Description |
---|---|
void |
ApkSignerEngine.inputApkSigningBlock(DataSource apkSigningBlock)
Indicates to this engine that the input APK contains the provided APK Signing Block.
|
ApkSignerEngine.OutputJarSignatureRequest |
DefaultApkSignerEngine.outputJarEntries() |
ApkSignerEngine.OutputJarSignatureRequest |
ApkSignerEngine.outputJarEntries()
Indicates to this engine that all JAR entries have been output.
|
ApkSignerEngine.OutputApkSigningBlockRequest |
ApkSignerEngine.outputZipSections(DataSource zipEntries,
DataSource zipCentralDirectory,
DataSource zipEocd)
Indicates to this engine that the ZIP sections comprising the output APK have been output.
|
void |
ApkSigner.sign()
Signs the input APK and outputs the resulting signed APK.
|
ApkVerifier.Result |
ApkVerifier.verify()
Verifies the APK's signatures and returns the result of verification.
|
Modifier and Type | Class and Description |
---|---|
class |
CodenameMinSdkVersionException
Indicates that there was an issue determining the minimum Android platform version supported by
an APK because the version is specified as a codename rather than as API Level number.
|
class |
MinSdkVersionException
Indicates that there was an issue determining the minimum Android platform version supported by
an APK.
|
Copyright © 2016. All rights reserved.