Retrieves a list of enabled ciphers.
If successful, returns a list of enabled ciphers.
List<String> enabledCiphers = cluster.getEnabledCiphers(); System.out.println(enabledCiphers);