Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java1572 String signedWithApkSchemes = in checkForStrippedApkSignatures() local
1579 if (signedWithApkSchemes == null) { in checkForStrippedApkSignatures()
1596 StringTokenizer tokenizer = new StringTokenizer(signedWithApkSchemes, ","); in checkForStrippedApkSignatures()