SSLParameters can be created via the constructors in this class. Objects can also be obtained using the getSSLParameters()
methods in {@link SSLSocket#getSSLParameters SSLSocket} and{@link SSLEngine#getSSLParameters SSLEngine} or the{@link SSLContext#getDefaultSSLParameters getDefaultSSLParameters()} and{@link SSLContext#getSupportedSSLParameters getSupportedSSLParameters()}methods in SSLContext
.
SSLParameters can be applied to a connection via the methods {@link SSLSocket#setSSLParameters SSLSocket.setSSLParameters()} and{@link SSLEngine#setSSLParameters SSLEngine.getSSLParameters()}. @see SSLSocket @see SSLEngine @see SSLContext @since 1.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|