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.java78 private static final String TEST_ALIAS_3 = "test3"; field in AndroidKeyStoreTest
833 mKeyStore.containsAlias(TEST_ALIAS_3)); in testKeyStore_ContainsAliases_PrivateAndCA_Unencrypted_Success()
860 mKeyStore.setCertificateEntry(TEST_ALIAS_3, generateCertificate(FAKE_RSA_CA_1)); in testKeyStore_DeleteEntry_Unencrypted_Success()
862 assertAliases(new String[] { TEST_ALIAS_1, TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_DeleteEntry_Unencrypted_Success()
866 assertAliases(new String[] { TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_DeleteEntry_Unencrypted_Success()
868 mKeyStore.deleteEntry(TEST_ALIAS_3); in testKeyStore_DeleteEntry_Unencrypted_Success()
1821 mKeyStore.setEntry(TEST_ALIAS_3, makeUserRsaKey1(), null); in testKeyStore_Size_Unencrypted_Success()
1824 assertAliases(new String[] { TEST_ALIAS_1, TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_Size_Unencrypted_Success()
1829 assertAliases(new String[] { TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_Size_Unencrypted_Success()
1831 mKeyStore.deleteEntry(TEST_ALIAS_3); in testKeyStore_Size_Unencrypted_Success()
DKeyPairGeneratorTest.java86 private static final String TEST_ALIAS_3 = "test3"; field in KeyPairGeneratorTest
467 .setAlias(TEST_ALIAS_3) in testGenerate_EC_LegacySpec()
476 TEST_ALIAS_3, in testGenerate_EC_LegacySpec()
483 assertSelfSignedCertificateSignatureVerifies(TEST_ALIAS_3); in testGenerate_EC_LegacySpec()
484 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_3); in testGenerate_EC_LegacySpec()
489 assertEquals(TEST_ALIAS_3, keyInfo.getKeystoreAlias()); in testGenerate_EC_LegacySpec()