Searched refs:getAlgorithms (Results 1 – 6 of 6) sorted by relevance
36 Set<String> conscrypt = getAlgorithms(Security.getProvider("AndroidOpenSSL")); in main()37 Set<String> bc = getAlgorithms(Security.getProvider("BC")); in main()45 private static Set<String> getAlgorithms(Provider p) { in getAlgorithms() method in ProviderOverlap
47 static String[] getAlgorithms(String propertyName) { in getAlgorithms() method in AbstractAlgorithmConstraints
87 disabledAlgorithms = getAlgorithms(propertyName); in DisabledAlgorithmConstraints()
146 Set<String> algs = Security.getAlgorithms(servicesNames[i]); in testGetAlgorithmsLjava_lang_String()151 Set<String> algs = Security.getAlgorithms(invalidServiceNames[i]); in testGetAlgorithmsLjava_lang_String()
34 private static final Set<String> keyFactoryAlgorithms = Security.getAlgorithms("KeyFactory");
1033 public static Set<String> getAlgorithms(String serviceName) { in getAlgorithms() method in Security