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認証の結果情報を取得します。 |