Constructor that extracts the certificate chain from the specified socket.
Syntax
CertificateCallbackHandler
(
javax.net.ssl.SSLSocket
socket
) throws SSLException
Parameters
-
socket –
SSLSocket to extract the peer certificate chain
Usage
The extracted certificate chain is used to handle the
CertificateCallback
.