Home
last modified time | relevance | path

Searched refs:apkSigningBlockPaddingSupported (Results 1 – 3 of 3) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/
DDefaultApkSignerEngine.java307 boolean apkSigningBlockPaddingSupported) throws InvalidKeyException { in createV2SignerConfigs() argument
331 apkSigningBlockPaddingSupported, in createV2SignerConfigs()
336 apkSigningBlockPaddingSupported, in createV2SignerConfigs()
439 boolean apkSigningBlockPaddingSupported) throws InvalidKeyException { in createV3SignerConfigs() argument
440 return processV3Configs(createSigningBlockSignerConfigs(apkSigningBlockPaddingSupported, in createV3SignerConfigs()
512 boolean apkSigningBlockPaddingSupported, int schemeId) throws InvalidKeyException { in createSigningBlockSignerConfigs() argument
519 signerConfig, apkSigningBlockPaddingSupported, schemeId)); in createSigningBlockSignerConfigs()
525 SignerConfig signerConfig, boolean apkSigningBlockPaddingSupported, int schemeId) in createSigningBlockSignerConfig() argument
540 apkSigningBlockPaddingSupported && mVerityEnabled, in createSigningBlockSignerConfig()
549 apkSigningBlockPaddingSupported && mVerityEnabled, in createSigningBlockSignerConfig()
[all …]
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4SchemeSigner.java94 int minSdkVersion, boolean apkSigningBlockPaddingSupported, in getSuggestedSignatureAlgorithms() argument
99 apkSigningBlockPaddingSupported, deterministicDsaSigning); in getSuggestedSignatureAlgorithms()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java812 boolean apkSigningBlockPaddingSupported) { in generateApkSigningBlockPadding() argument
816 if (apkSigningBlockPaddingSupported && in generateApkSigningBlockPadding()