Package | Description |
---|---|
com.android.apksig |
Modifier and Type | Method and Description |
---|---|
DefaultApkSignerEngine.Builder |
DefaultApkSignerEngine.Builder.setCreatedBy(String createdBy)
Sets the value of the
Created-By field in JAR signature files. |
DefaultApkSignerEngine.Builder |
DefaultApkSignerEngine.Builder.setOtherSignersSignaturesPreserved(boolean preserved)
Sets whether signatures produced by signers other than the ones configured in this engine
should be copied from the input APK to the output APK.
|
DefaultApkSignerEngine.Builder |
DefaultApkSignerEngine.Builder.setV1SigningEnabled(boolean enabled)
Sets whether the APK should be signed using JAR signing (aka v1 signature scheme).
|
DefaultApkSignerEngine.Builder |
DefaultApkSignerEngine.Builder.setV2SigningEnabled(boolean enabled)
Sets whether the APK should be signed using APK Signature Scheme v2 (aka v2 signature
scheme).
|
Copyright © 2016. All rights reserved.