Home
last modified time | relevance | path

Searched defs:publicKeys (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/ReadSettingsFieldsApp/src/com/android/cts/readsettingsfieldsapp/
DReadSettingsFieldsTest.java129 Class<T> settingsClass, ArraySet<String> publicKeys, String[] targetKeys) { in testHiddenSettingsKeysReadable()
187 Class<T> settingsClass, ArraySet<String> publicKeys, String[] targetKeys) { in testHiddenSettingsKeysNotReadableWithoutAnnotation()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java896 List<PublicKey> publicKeys = getPublicKeys(numKeysToGenerate, useStrongbox); in testRSA_Key_QualityHelper() local
906 private void testRSA_Key_Quality_Not_Perfect_SquareHelper(Iterable<PublicKey> publicKeys) { in testRSA_Key_Quality_Not_Perfect_SquareHelper()
922 Iterable<PublicKey> publicKeys) { in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()
956 List<PublicKey> publicKeys = new ArrayList<PublicKey>(); in getPublicKeys() local
972 public void testRSA_Key_Quality_All_DifferentHelper(Iterable<PublicKey> publicKeys) { in testRSA_Key_Quality_All_DifferentHelper()
986 public void testRSA_Key_Quality_Not_Too_Many_ZerosHelper(Iterable<PublicKey> publicKeys) { in testRSA_Key_Quality_Not_Too_Many_ZerosHelper()