| Package | Description |
|---|---|
| com.sleepycat.je.rep.utilint.net |
INTERNAL: Network utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLDNAuthenticator
This is an implementation of SSLAuthenticator which authenticates based
on the Distinguished Name (DN) in the SSL peer's certificate.
|
class |
SSLMirrorAuthenticator
This is an implementation of SSLAuthenticator that authenticates based on
the certificate of the client matching the certificate that we would use when
operating as a client.
|
| Constructor and Description |
|---|
SSLChannelFactory(SSLContext serverSSLContext,
SSLContext clientSSLContext,
SSLParameters baseSSLParameters,
SSLAuthenticator sslAuthenticator,
HostnameVerifier sslHostVerifier,
InstanceLogger logger)
Constructor for use when SSL configuration objects have already
been constructed.
|
SSLDataChannel(SocketChannel socketChannel,
SSLEngine sslEngine,
String targetHost,
HostnameVerifier hostVerifier,
SSLAuthenticator authenticator,
InstanceLogger logger)
Construct an SSLDataChannel given a SocketChannel and an SSLEngine
|
Copyright © 2024. All rights reserved.