Package | Description |
---|---|
weblogic.net.http |
Provides an interface and classes for http/https connections.
|
weblogic.security.SSL |
Deprecated 7.0.0.0. Contains WebLogic SSL classes and interfaces for use
in both client and server applications.
|
weblogic.security.utils |
This package includes Hostname Verifier implementations you can use to verify hostnames during SSL handshakes.
|
Modifier and Type | Method | Description |
---|---|---|
HostnameVerifier |
HttpsURLConnection.getHostnameVerifier() |
Gets the HostnameVerifier.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HttpsURLConnection.setHostnameVerifier(HostnameVerifier hv) |
Sets the HostnameVerifier.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SSLContext.setHostnameVerifier(HostnameVerifier hv) |
Sets the HostnameVerifier for this instance of this class.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
SSLWLSHostnameVerifier.DefaultHostnameVerifier |
The SSLWLSHostnameVerifier.DefaultHostnameVerifier is called for SSL
hostname verification and will apply hostname verification checks
during an SSL handshake.
|
class |
SSLWLSWildcardHostnameVerifier |
The SSLWLSHostnameVerifier is called for hostname verification and will apply
hostname verification checks configured for Weblogic.
|