SSLContext.getProtocol

Returns the protocol name of this <code>SSLContext</code> object.

<p>This is the same name that was specified in one of the <code>getInstance</code> calls that created this <code>SSLContext</code> object.

@return the protocol name of this <code>SSLContext</code> object.

class SSLContext
final
string
getProtocol
()

Meta