Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DProvisioningTest.java457 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieve() local
549 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieveMultipleTimes() local
610 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieveWithFiltering() local
663 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieveElementWithNoACP() local
704 Collection<X509Certificate> certChain = createCredential(store, "test"); in testProvisionAndRetrieveWithEntryNotInRequest() local
760 Collection<X509Certificate> certChain = createCredential(store, "test"); in nonExistentEntries() local
805 Collection<X509Certificate> certChain = createCredentialMultipleNamespaces( in multipleNamespaces() local
938 Collection<X509Certificate> certChain = createCredentialWithAcpId(store, "test", 1); in testProvisionAcpIdNotStartingAtZero() local
DAttestationTest.java68 Collection<X509Certificate> certChain = ProvisioningTest.createCredentialWithChallenge( in attestationTest() local
DDynamicAuthTest.java71 Collection<X509Certificate> certChain = ProvisioningTest.createCredential(store, in dynamicAuthTest() local
DEphemeralKeyTest.java71 Collection<X509Certificate> certChain = ProvisioningTest.createCredential(store, in createEphemeralKey() local
DReaderAuthTest.java393 Collection<X509Certificate> certChain = new ArrayList<>(); in readerAuth() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java169 final ArrayList<Certificate> certChain = new ArrayList(certs); in loadCertificateChain() local
181 final Certificate[] certChain = loadCertificateChain("user-cert-chain.crt") in testCanInstallCertChain() local
186 assertThat(mDevicePolicyManager.installKeyPair(getWho(), privKey, certChain, alias, true)) in testCanInstallCertChain() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java1017 X509Certificate[] certChain = new X509Certificate[] { in onReceivedClientCertRequest() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java1178 private void verifyCertificateChain(Certificate[] certChain, boolean expectStrongBox) in verifyCertificateChain()
DKeyPairGeneratorTest.java1805 public MyKeyManager(PrivateKey key, X509Certificate[] certChain) { in MyKeyManager()