Searched refs:getDefaultCipherList (Results 1 – 3 of 3) sorted by relevance
21 public String[] c2s_enc_algos = BlockCipherFactory.getDefaultCipherList();22 public String[] s2c_enc_algos = BlockCipherFactory.getDefaultCipherList();
54 public static String[] getDefaultCipherList() in getDefaultCipherList() method in BlockCipherFactory
65 return BlockCipherFactory.getDefaultCipherList(); in getAvailableCiphers()