uCosminexus Application Server, Security Management Guide
class WebCertificateHandler
{
public WebCertificateHandler(HttpServletRequest request,
HttpServletResponse response,
AttributeEntry[] aliases)
throws ParameterError;
public WebCertificateHandler(HttpServletRequest request,
HttpServletResponse response,
String aliasesFile)
throws ParameterError, FormatError, FileNotFoundException,
IOException, SecurityException;
public void handle(Callback[] callbacks)
throws IOException, UnsupportedCallbackException;
}| Constructor/method name | Functionality |
|---|---|
| WebCertificateHandler constructor | Creates an instance of the WebCertificateHandler class. |
| handle method | Obtains the results of SSL authentication. |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd