CertificateCallbackHandler(javax.servlet.http.HttpServletRequest) constructor

Certificates will be extracted from the servlet request object.

Syntax

CertificateCallbackHandler ( javax.servlet.http.HttpServletRequest req )

Parameters

Usage

Constructor that extracts the certificate chain from the specified servlet request. The extracted certificate chain is used to handle the

CertificateCallback

.