パッケージ | 説明 |
---|---|
java.security.cert |
証明書、証明書の取消しリスト(CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。
|
修飾子と型 | クラスと説明 |
---|---|
static class |
CertPathValidatorException.BasicReason
BasicReasonは、任意のタイプの証明書パスが無効になる可能性がある潜在的な理由を列挙します。
|
class |
PKIXReason
PKIXReason は、PKIX (RFC 3280)標準に従ってX.509証明書パスが無効になる可能性があるPKIX固有の潜在的な理由を列挙します。 |
修飾子と型 | メソッドと説明 |
---|---|
CertPathValidatorException.Reason |
CertPathValidatorException.getReason()
検証が失敗した理由を返します。
|
コンストラクタと説明 |
---|
CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index, CertPathValidatorException.Reason reason)
指定した詳細メッセージ、原因、証明書パス、インデックス、および理由を持つ
CertPathValidatorException を作成します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.