Searched defs:expectedChain (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java1573 final Collection<Certificate> expectedChain;
1575 expectedChain = (Collection<Certificate>) certFact
1578 expectedChain = null;
1581 assertPrivateKeyEntryEquals(keyEntry, expectedKey, expectedCert, expectedChain);
1585 Certificate expectedCert, Collection<Certificate> expectedChain) throws Exception {
1607 if (expectedChain == null) {
1611 final Iterator<Certificate> it = expectedChain.iterator();
1855 final Certificate[] expectedChain = new Certificate[2];
1856 expectedChain[0] = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_USER_1));
1857 expectedChain[
1584 assertPrivateKeyEntryEquals(PrivateKeyEntry keyEntry, PrivateKey expectedKey, Certificate expectedCert, Collection<Certificate> expectedChain) argument
[all...]

Completed in 2038 milliseconds