Package | Description |
---|---|
com.android.apksig |
Class and Description |
---|
ApkSigner
APK signer.
|
ApkSigner.Builder
Builder of
ApkSigner instances. |
ApkSigner.SignerConfig
Configuration of a signer.
|
ApkSignerEngine
APK signing logic which is independent of how input and output APKs are stored, parsed, and
generated.
|
ApkSignerEngine.InputJarEntryInstructions
Instructions about how to handle an input APK's JAR entry.
|
ApkSignerEngine.InputJarEntryInstructions.OutputPolicy
Output policy for an input APK's JAR entry.
|
ApkSignerEngine.InspectJarEntryRequest
Request to inspect the specified JAR entry.
|
ApkSignerEngine.OutputApkSigningBlockRequest
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.
|
ApkSignerEngine.OutputJarSignatureRequest.JarEntry
JAR entry.
|
ApkVerifier
APK signature verifier which mimics the behavior of the Android platform.
|
ApkVerifier.Builder
Builder of
ApkVerifier instances. |
ApkVerifier.Issue
Error or warning encountered while verifying an APK's signatures.
|
ApkVerifier.IssueWithParams
ApkVerifier.Issue with associated parameters. |
ApkVerifier.Result
Result of verifying an APKs signatures.
|
ApkVerifier.Result.V1SchemeSignerInfo
Information about a JAR signer associated with the APK's signature.
|
ApkVerifier.Result.V2SchemeSignerInfo
Information about an APK Signature Scheme v2 signer associated with the APK's signature.
|
DefaultApkSignerEngine
Default implementation of
ApkSignerEngine . |
DefaultApkSignerEngine.Builder
Builder of
DefaultApkSignerEngine instances. |
DefaultApkSignerEngine.SignerConfig
Configuration of a signer.
|
Copyright © 2016. All rights reserved.