Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java81 private static final String TEST_ALIAS_3 = "test3"; field in AndroidKeyStoreTest
847 mKeyStore.containsAlias(TEST_ALIAS_3)); in testKeyStore_ContainsAliases_PrivateAndCA_Unencrypted_Success()
874 mKeyStore.setCertificateEntry(TEST_ALIAS_3, generateCertificate(FAKE_RSA_CA_1)); in testKeyStore_DeleteEntry_Unencrypted_Success()
876 assertAliases(new String[] { TEST_ALIAS_1, TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_DeleteEntry_Unencrypted_Success()
880 assertAliases(new String[] { TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_DeleteEntry_Unencrypted_Success()
882 mKeyStore.deleteEntry(TEST_ALIAS_3); in testKeyStore_DeleteEntry_Unencrypted_Success()
1832 mKeyStore.setEntry(TEST_ALIAS_3, makeUserRsaKey1(), null); in testKeyStore_Size_Unencrypted_Success()
1835 assertAliases(new String[] { TEST_ALIAS_1, TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_Size_Unencrypted_Success()
1840 assertAliases(new String[] { TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_Size_Unencrypted_Success()
1842 mKeyStore.deleteEntry(TEST_ALIAS_3); in testKeyStore_Size_Unencrypted_Success()
DKeyPairGeneratorTest.java91 private static final String TEST_ALIAS_3 = "test3"; field in KeyPairGeneratorTest
481 .setAlias(TEST_ALIAS_3) in testGenerate_EC_LegacySpec()
490 TEST_ALIAS_3, in testGenerate_EC_LegacySpec()
497 assertSelfSignedCertificateSignatureVerifies(TEST_ALIAS_3); in testGenerate_EC_LegacySpec()
498 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_3); in testGenerate_EC_LegacySpec()
503 assertEquals(TEST_ALIAS_3, keyInfo.getKeystoreAlias()); in testGenerate_EC_LegacySpec()