Returns the names of the SSL cipher suites which are currently
enabled for use on this engine. When an SSLEngine is first
created, all enabled cipher suites support a minimum quality of
service. Thus, in some environments this value might be empty.
<P>
Even if a suite has been enabled, it might never be used. (For
example, the peer does not support it, the requisite
certificates/private keys for the suite are not available, or an
anonymous suite is enabled but authentication is required.)
@return an array of cipher suite names
@see #getSupportedCipherSuites()
@see #setEnabledCipherSuites(string [])
Returns the names of the SSL cipher suites which are currently enabled for use on this engine. When an SSLEngine is first created, all enabled cipher suites support a minimum quality of service. Thus, in some environments this value might be empty. <P> Even if a suite has been enabled, it might never be used. (For example, the peer does not support it, the requisite certificates/private keys for the suite are not available, or an anonymous suite is enabled but authentication is required.)
@return an array of cipher suite names @see #getSupportedCipherSuites() @see #setEnabledCipherSuites(string [])