public interface BCSSLSocket
SSLSocket
implementations.Modifier and Type | Method and Description |
---|---|
BCSSLConnection |
getConnection()
Returns an accessor for extended SSL connection data.
|
BCSSLParameters |
getParameters()
Returns a
BCSSLParameters with properties reflecting the current configuration. |
void |
setParameters(BCSSLParameters parameters)
Sets parameters according to the properties in a
BCSSLParameters . |
BCSSLConnection getConnection()
null
.BCSSLConnection
instance.BCSSLParameters getParameters()
BCSSLParameters
with properties reflecting the current configuration.parameters
void setParameters(BCSSLParameters parameters)
BCSSLParameters
.
Note that any properties set to null will be ignored, which will leave the corresponding settings unchanged.
parameters
- the parameters
to setjava.lang.IllegalArgumentException
- if the cipherSuites or protocols properties contain unsupported values