Home
last modified time | relevance | path

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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardTestUtilsTests.java39 final VCardVerifier verifier = new VCardVerifier(this); in testShouldFailAtPropertyNodeVerification() local
40 verifier.initForImportTest(VCardConfig.VCARD_TYPE_V21_GENERIC, R.raw.v21_backslash); in testShouldFailAtPropertyNodeVerification()
41 verifier.addPropertyNodesVerifierElem() in testShouldFailAtPropertyNodeVerification()
45 verifier.verify(); in testShouldFailAtPropertyNodeVerification()
57 final VCardVerifier verifier = new VCardVerifier(this); in testShouldFailAtContentValueVerification() local
58 verifier.initForImportTest(VCardConfig.VCARD_TYPE_V21_GENERIC, R.raw.v21_backslash); in testShouldFailAtContentValueVerification()
59 verifier.addContentValuesVerifierElem() in testShouldFailAtContentValueVerification()
66 verifier.verify(); in testShouldFailAtContentValueVerification()
78 final VCardVerifier verifier = new VCardVerifier(this); in testShouldFailAtLineVerification() local
79 verifier.initForExportTest(VCardConfig.VCARD_TYPE_V30_GENERIC); in testShouldFailAtLineVerification()
[all …]
DVCardImporterTests.java1031 ContentValuesVerifier verifier = new ContentValuesVerifier(); in testIgnoreAgentV21() local
/frameworks/base/core/java/android/util/jar/
DStrictJarFile.java52 private final StrictJarVerifier verifier; field in StrictJarFile
87 this.verifier = in StrictJarFile()
100 isSigned = verifier.readCertificates() && verifier.isSignedJar(); in StrictJarFile()
104 this.verifier = null; in StrictJarFile()
137 return verifier.getCertificateChains(ze.getName()); in getCertificateChains()
156 Certificate[][] certChains = verifier.getCertificateChains(ze.getName()); in getCertificates()
182 StrictJarVerifier.VerifierEntry entry = verifier.initEntry(ze.getName()); in getInputStream()
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd273 certificate—signed by the intermediate CA—and the certificate verifier,
393 that replaces the verifier for a single {@link java.net.URLConnection}
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd271 <li>Some typical problems that are flagged by the ART verifier include:
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1468 final VerifierInfo verifier = parseVerifier(res, parser, attrs, flags); in parseApkLite() local
1469 if (verifier != null) { in parseApkLite()
1470 verifiers.add(verifier); in parseApkLite()
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd1128 “Verify Apps" and have applications screened by an application verifier, prior