Searched refs:TEST_ALIAS_3 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AndroidKeyStoreTest.java | 80 private static final String TEST_ALIAS_3 = "test3"; field in AndroidKeyStoreTest 843 mKeyStore.containsAlias(TEST_ALIAS_3)); in testKeyStore_ContainsAliases_PrivateAndCA_Unencrypted_Success() 870 mKeyStore.setCertificateEntry(TEST_ALIAS_3, generateCertificate(FAKE_RSA_CA_1)); in testKeyStore_DeleteEntry_Unencrypted_Success() 872 assertAliases(new String[] { TEST_ALIAS_1, TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_DeleteEntry_Unencrypted_Success() 876 assertAliases(new String[] { TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_DeleteEntry_Unencrypted_Success() 878 mKeyStore.deleteEntry(TEST_ALIAS_3); in testKeyStore_DeleteEntry_Unencrypted_Success() 1791 mKeyStore.setEntry(TEST_ALIAS_3, makeUserRsaKey1(), null); in testKeyStore_Size_Unencrypted_Success() 1794 assertAliases(new String[] { TEST_ALIAS_1, TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_Size_Unencrypted_Success() 1799 assertAliases(new String[] { TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_Size_Unencrypted_Success() 1801 mKeyStore.deleteEntry(TEST_ALIAS_3); in testKeyStore_Size_Unencrypted_Success()
|
D | KeyPairGeneratorTest.java | 88 private static final String TEST_ALIAS_3 = "test3"; field in KeyPairGeneratorTest 478 .setAlias(TEST_ALIAS_3) in testGenerate_EC_LegacySpec() 487 TEST_ALIAS_3, in testGenerate_EC_LegacySpec() 494 assertSelfSignedCertificateSignatureVerifies(TEST_ALIAS_3); in testGenerate_EC_LegacySpec() 495 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_3); in testGenerate_EC_LegacySpec() 500 assertEquals(TEST_ALIAS_3, keyInfo.getKeystoreAlias()); in testGenerate_EC_LegacySpec()
|