Home
last modified time | relevance | path

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

/libcore/support/src/test/java/libcore/java/security/
DStandardNames.java1127 public static Set<String> getModesForCipher(String cipher) { in getModesForCipher() method in StandardNames
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java1026 Set<String> modes = StandardNames.getModesForCipher(algorithm); in test_getInstance()