| Class | Description |
|---|---|
| AbstractDataChannel |
An abstract class that utilizes a delegate socketChannel for network
I/O, but which provides an abstract ByteChannel interface for callers.
|
| AliasKeyManager |
An implementation of X509ExtendedKeyManager which delegates most operations
to an underlying implementation, but which supports explicit selection of
alias.
|
| DataChannelFactoryBuilder |
Class for creating DataChannel instances.
|
| SimpleChannelFactory |
A factory class for generating SimpleDataChannel instances based on
SocketChannel instances.
|
| SimpleDataChannel |
A basic concrete extension of DataChannel.
|
| SSLChannelFactory |
A factory class for generating SSLDataChannel instances based on
SocketChannel instances.
|
| SSLDataChannel |
SSLDataChannel provides SSL-based communications on top of a SocketChannel.
|
| SSLDNAuthenticator |
This is an implementation of SSLAuthenticator which authenticates based
on the Distinguished Name (DN) in the SSL peer's certificate.
|
| SSLDNHostVerifier |
This is an implementation of HostnameVerifier, which is intended to verify
that the host to which we are connected is valid.
|
| 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.
|
| SSLMirrorHostVerifier |
This is an implementation of HostnameVerifier, which is intended to verify
that the host to which we are connected is valid.
|
| SSLStdHostVerifier |
This is an implementation of HostnameVerifier which verifies that the
host to which we are connected is valid using the standard SSL matching
rules.
|
Copyright © 2024. All rights reserved.