Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyStoreTest.java407 public static void assertSecretKey2(Key actual) in assertSecretKey2() method in KeyStoreTest
919 assertSecretKey2(keyStore.getKey(ALIAS_ALT_CASE_SECRET, PASSWORD_KEY)); in test_KeyStore_setKeyEntry_Key()
1128 assertSecretKey2(keyStore.getKey(ALIAS_ALT_CASE_SECRET, PASSWORD_KEY)); in test_KeyStore_setKeyEntry_array()
1151 assertSecretKey2(keyStore.getKey(ALIAS_SECRET, PASSWORD_KEY)); in test_KeyStore_setKeyEntry_array()
1152 assertSecretKey2(keyStore.getKey(ALIAS_ALT_CASE_SECRET, PASSWORD_KEY)); in test_KeyStore_setKeyEntry_array()
2148 assertSecretKey2(keyStore.getKey(ALIAS_ALT_CASE_SECRET, PASSWORD_KEY)); in test_KeyStore_setEntry()
2179 assertSecretKey2(keyStore.getKey(ALIAS_SECRET, PASSWORD_KEY)); in test_KeyStore_setEntry()
2180 assertSecretKey2(keyStore.getKey(ALIAS_ALT_CASE_SECRET, PASSWORD_KEY)); in test_KeyStore_setEntry()