Home
last modified time | relevance | path

Searched defs:certChain (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/identity/src/android/security/identity/cts/
DAttestationTest.java68 Collection<X509Certificate> certChain = ProvisioningTest.createCredentialWithChallenge( in attestationTest() local
130 private static boolean verifyCertificateChain(Collection<X509Certificate> certChain) { in verifyCertificateChain()
DProvisioningTest.java544 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieve() local
636 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieveMultipleTimes() local
697 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieveWithFiltering() local
750 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieveElementWithNoACP() local
791 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieveWithEntryNotInRequest() local
847 Collection<X509Certificate> certChain = createCredential(store, "test"); in nonExistentEntries() local
892 Collection<X509Certificate> certChain = createCredentialMultipleNamespaces( in multipleNamespaces() local
1025 Collection<X509Certificate> certChain = createCredentialWithAcpId(store, "test", 1); in testProvisionAcpIdNotStartingAtZero() local
1123 Collection<X509Certificate> certChain = wc.getCredentialKeyCertificateChain(challenge); in testUpdateCredential() local
DDynamicAuthTest.java73 Collection<X509Certificate> certChain = ProvisioningTest.createCredential(store, in dynamicAuthTest() local
475 Collection<X509Certificate> certChain = ProvisioningTest.createCredential(store, in dynamicAuthWithExpirationTest() local
DEphemeralKeyTest.java71 Collection<X509Certificate> certChain = ProvisioningTest.createCredential(store, in createEphemeralKey() local
DReaderAuthTest.java393 Collection<X509Certificate> certChain = new ArrayList<>(); in readerAuth() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCredentialManagementAppActivity.java299 X509Certificate[] certChain = in getPublicKeyAndVerifySignature() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java193 final ArrayList<Certificate> certChain = new ArrayList(certs); in loadCertificateChain() local
205 final Certificate[] certChain = loadCertificateChain("user-cert-chain.crt") in testCanInstallCertChain() local
210 assertThat(mDevicePolicyManager.installKeyPair(getWho(), privKey, certChain, alias, true)) in testCanInstallCertChain() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java1061 X509Certificate[] certChain = new X509Certificate[] { in onReceivedClientCertRequest() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java1324 public static void verifyCertificateChain(Certificate[] certChain, boolean expectStrongBox) in verifyCertificateChain()
DKeyPairGeneratorTest.java1806 public MyKeyManager(PrivateKey key, X509Certificate[] certChain) { in MyKeyManager()