Cosminexus アプリケーションサーバ V8 リファレンス API編
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;
}| コンストラクタ・メソッド名 | 機能 |
|---|---|
| WebCertificateHandlerコンストラクタ | WebCertificateHandlerクラスのインスタンスを生成します。 |
| handleメソッド | SSL認証の結果情報を取得します。 |
All Rights Reserved. Copyright (C) 2008, 2011, Hitachi, Ltd.