Searched refs:getKeySet (Results 1 – 2 of 2) sorted by relevance
139 return getKeySet(SUPPORTED_ENCRYPTION_ALGO_TO_STR); in getSupportedEncryptionAlgorithms()146 for (int algo : getKeySet(SUPPORTED_INTEGRITY_ALGO_TO_STR)) { in getSupportedIntegrityAlgorithms()161 for (int algo : getKeySet(SUPPORTED_PRF_TO_STR)) { in getSupportedPseudorandomFunctions()
623 protected static Set<Integer> getKeySet(SparseArray array) { in getKeySet() method in SaProposal636 for (int dh : getKeySet(SUPPORTED_DH_GROUP_TO_STR)) { in getSupportedDhGroups()