Retrieves a list of supported ciphers.
List<String> getSupportedCiphers() throws SUPAdminException;
If successful, returns a list of supported ciphers.
List<String> supportedCiphers = cluster.getSupportedCiphers(); System.out.println(supportedCiphers);