Searched refs:getAlgorithms (Results 1 – 3 of 3) sorted by relevance
34 private static final Set<String> keyFactoryAlgorithms = Security.getAlgorithms("KeyFactory");
146 Set<String> algs = Security.getAlgorithms(servicesNames[i]); in testGetAlgorithmsLjava_lang_String()151 Set<String> algs = Security.getAlgorithms(invalidServiceNames[i]); in testGetAlgorithmsLjava_lang_String()
367 public static Set<String> getAlgorithms(String serviceName) { in getAlgorithms() method in Security