WebCertificateHandlerコンストラクタ
説明
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;
パラメタ
例外