Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyRepTest.java34 private static final Set<String> keyFactoryAlgorithms = Security.getAlgorithms("KeyFactory");
DSecurityTest.java146 Set<String> algs = Security.getAlgorithms(servicesNames[i]); in testGetAlgorithmsLjava_lang_String()
151 Set<String> algs = Security.getAlgorithms(invalidServiceNames[i]); in testGetAlgorithmsLjava_lang_String()
/libcore/luni/src/main/java/java/security/
DSecurity.java367 public static Set<String> getAlgorithms(String serviceName) { in getAlgorithms() method in Security