| Class | Description |
|---|---|
| ComboxAcceptSecureSocket |
This class is responsible to accept the new connection for the associated
server combox socket
|
| ComboxAllocateSecureSocket |
This class is responsible to send an receive message on the server combox
socket
|
| ComboxSecureSocket |
This combox implement the protocol ssl
|
| ComboxSecureSocketFactory |
This class is the factory for all combox socket
|
| ComboxServerSecureSocket |
This class is an implementation of the combox with the protocol ssl for the
server side.
|
| POPKeyManager |
A wrapper for a standard X509KeyManager, it will unwrap the SNI from the
handshake and use the sent host name - which in our case is the POP Network
UUID and the Private Key alias - and use it as the alias.
|
| POPTrustManager |
Two origin KeyStore TrustManager, single instance with Directory Watch and
auto-reload.
|