public class SignedApkOptions
extends java.lang.Object
Private key size has an impact on performance. While 1024-bit keys are now obsolete, 2048-bit/4096-bit seem to provide the best performance. 16000-bit signing is 10x slower than 2048-bit. As the time of the writing of this lib, 2048-bit key are recommended.
Providing an executor speeds up considerably v2 signing. If not provided, apksig is single-threaded
| Modifier and Type | Class and Description |
|---|---|
static class |
SignedApkOptions.Builder |