Home
last modified time | relevance | path

Searched refs:getAlgorithmProperty (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSecurityTest.java127 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()
/libcore/ojluni/src/main/java/java/security/
DSecurity.java232 public static String getAlgorithmProperty(String algName, in getAlgorithmProperty() method in Security