SSLEngine.getSupportedCipherSuites

Returns the names of the cipher suites which could be enabled for use on this engine. Normally, only a subset of these will actually be enabled by default, since this list may include cipher suites which do not meet quality of service requirements for those defaults. Such cipher suites might be useful in specialized applications.

@return an array of cipher suite names @see #getEnabledCipherSuites() @see #setEnabledCipherSuites(string [])

class SSLEngine
abstract
string[]
getSupportedCipherSuites
()

Meta