Searched refs:getModesForCipher (Results 1 – 2 of 2) sorted by relevance
1127 public static Set<String> getModesForCipher(String cipher) { in getModesForCipher() method in StandardNames
1026 Set<String> modes = StandardNames.getModesForCipher(algorithm); in test_getInstance()