Searched refs:getAlgorithmProperty (Results 1 – 2 of 2) sorted by relevance
127 assertNotNull(Security.getAlgorithmProperty("algName", "propName")); in testGetAlgorithmPropertyLjava_lang_String_java_lang_String()129 assertNull(Security.getAlgorithmProperty("DSA", null)); in testGetAlgorithmPropertyLjava_lang_String_java_lang_String()130 assertNull(Security.getAlgorithmProperty("DSA", "propName")); in testGetAlgorithmPropertyLjava_lang_String_java_lang_String()
232 public static String getAlgorithmProperty(String algName, in getAlgorithmProperty() method in Security