Cosminexus アプリケーションサーバ V8 リファレンス API編
説明
WebCertificateHandlerクラスのインスタンスを生成します。requestおよびresponseは,必ず指定します。nullが指定されていた場合は,ParameterError例外が呼び出されます。
形式
public WebCertificateHandler(HttpServletRequest request,
HttpServletResponse response,
AttributeEntry[] aliases)
throws ParameterError;
public WebCertificateHandler(HttpServletRequest request,
HttpServletResponse response,
String aliasesFile)
throws ParameterError, FormatError, FileNotFoundException,
IOException, SecurityException;
パラメタ
例外
All Rights Reserved. Copyright (C) 2008, 2011, Hitachi, Ltd.