public interface MWSSLConfig
HTTPS| Modifier and Type | Method and Description |
|---|---|
javax.net.ssl.HostnameVerifier |
getHostnameVerifier()
Provides a user defined hostname verifier that will be used only if URL's hostname and server's hostname
do not match during the default
HTTPS hostname verification. |
MWSSLServerAuthorizer |
getServerAuthorizer()
Provides an interface for performing extra level of authorization based on the server certificate
provided during the SSL handshake.
|
javax.net.ssl.SSLContext |
getSSLContext()
Returns an
SSLContext that provides secure socket protocol implementation required for
supporting HTTPS protocol. |
javax.net.ssl.SSLContext getSSLContext()
SSLContext that provides secure socket protocol implementation required for
supporting HTTPS protocol.javax.net.ssl.HostnameVerifier getHostnameVerifier()
HTTPS hostname verification. This hostname verifier decides if
the connection should be allowed if the default HTTPS hostname verification fails.MWSSLServerAuthorizer getServerAuthorizer()
Copyright 2010-2022 The MathWorks, Inc.