インタフェース
java.security.cert.CertPathValidatorException.Reasonの使用
パッケージ | 説明 |
---|---|
java.security.cert |
証明書、証明書失効リスト(CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。
|
-
java.security.certでのCertPathValidatorException.Reasonの使用
CertPathValidatorException.Reasonを実装しているjava.security.certのクラス 修飾子と型 クラス 説明 static class
CertPathValidatorException.BasicReason
BasicReasonは、任意のタイプの証明書パスが無効になる可能性がある潜在的な理由を列挙します。class
PKIXReason
PKIXReason
は、PKIX (RFC 5280)標準に従ってX.509証明書パスが無効になる可能性があるPKIX固有の潜在的な理由を列挙します。CertPathValidatorException.Reasonを返すjava.security.certのメソッド 修飾子と型 メソッド 説明 CertPathValidatorException.Reason
CertPathValidatorException. getReason()
検証が失敗した理由を返します。型CertPathValidatorException.Reasonのパラメータを持つjava.security.certのコンストラクタ コンストラクタ 説明 CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index, CertPathValidatorException.Reason reason)
指定した詳細メッセージ、原因、証明書パス、インデックス、および理由を持つCertPathValidatorException
を作成します。