See: Description
Interface | Description |
---|---|
CertificateCallback |
CertificateCallback validates end user certificates that are passed in requests
to create an RMI connection with WebLogic Server.
|
ClientCertificatePlugin | |
HostnameVerifier |
HostnameVerifier provides a callback mechanism so that implementers
of this interface can supply a policy on whether the connection
to the URL's hostname should be allowed.
|
SSLEnabledProtocolVersions.LogListener |
A callback for sending log messsages to an external logger.
|
SSLEngineFactory |
SSLEngineFactory instantiates configured instances of
SSLEngine. |
TrustManager |
The TrustManager interface permits the user to override
certain validation errors in the peer's certificate chain
and allow the handshake to continue.
|
WLSSSLNioSocket |
The NIO SSL Socket interface to represent the Non blocking SSL Socket.
|
Class | Description |
---|---|
CertCallback | Deprecated
12.1.2
|
CertificateCallbackInfo |
ClientCertificateInfo contains methods for obtaining details about the
end user request for an RMI connection to WebLogic Server, including
the end user certificate that can be evaluated to determine whether
authentication and the RMI connection is successful.
|
CertPathTrustManager |
A CertPathTrustManager that makes use of the configured
CertPathValidation providers to perform extra validation; for
example, revocation checking.
|
ServerSSLSocketFactory |
Factory initialized with server SSL identity and trust.
|
SSLClientInfo |
SSLClientInfo contains the clientside SSL configuration
|
SSLContext |
SSLContext holds all of the state information shared across all
sockets created under that context.
|
SSLEnabledProtocolVersions |
SSLEnabledProtocolVersions contains methods for determining the
set of enabled SSL protocol versions. |
SSLEnabledProtocolVersions.ProtocolVersion | |
SSLEnabledProtocolVersionsLogging |
Implements logging for
SSLEnabledProtocolVersions to isolate
WLS dependencies for unit testing. |
SSLNioSocketFactory |
Delegates to SSLSocketFactory requests to create non blocking SSL sockets.
|
SSLSocketFactory |
Delegates to SSLSocketFactory requests to create SSL sockets.
|
SSLValidationConstants |
Defines context element names.
|
WeblogicSSLEngine |
WeblogicSSLEngine is an
with extensions useful for Weblogic Server. |
WLSCmnChannel |
This helper class unifies the behavior among non blocking sockets of type Socket, or SSLSocket, or WLSSSLNioSocket.
|