Retrieval of Enabled Ciphers

Retrieves a list of enabled ciphers.

Syntax

List<String> getEnabledCiphers() throws SUPAdminException;
 

Returns

If successful, returns a list of enabled ciphers.

Examples