JavaTM 2
Platform
Std. Ed. v1.4.0

クラス
java.security.cert.CertPath の使用

CertPath を使用しているパッケージ
java.security.cert 証明書、証明書の取り消しリスト (CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。 
 

java.security.cert での CertPath の使用
 

CertPath を返す java.security.cert のメソッド
 CertPath PKIXCertPathBuilderResult.getCertPath()
          構築および検査済みの証明書パスを返します。
 CertPath CertificateFactorySpi.engineGenerateCertPath(InputStream inStream)
          CertPath オブジェクトを生成し、InputStream である inStream から読み込まれたデータで初期化します。
 CertPath CertificateFactorySpi.engineGenerateCertPath(InputStream inStream, String encoding)
          CertPath オブジェクトを生成し、InputStream である inStream から読み込まれたデータで初期化します。
 CertPath CertificateFactorySpi.engineGenerateCertPath(List certificates)
          CertPath オブジェクトを生成し、CertificateList で初期化します。
 CertPath CertificateFactory.generateCertPath(InputStream inStream)
          CertPath オブジェクトを生成し、InputStream である inStream から読み込まれたデータで初期化します。
 CertPath CertificateFactory.generateCertPath(InputStream inStream, String encoding)
          CertPath オブジェクトを生成し、InputStream である inStream から読み込まれたデータで初期化します。
 CertPath CertificateFactory.generateCertPath(List certificates)
          CertPath オブジェクトを生成し、CertificateList で初期化します。
 CertPath CertPathValidatorException.getCertPath()
          例外がスローされたときに検査中だった証明書パスを返します。
 CertPath CertPathBuilderResult.getCertPath()
          構築した証明書パスを返します。
 

CertPath 型のパラメータを持つ java.security.cert のメソッド
abstract  CertPathValidatorResult CertPathValidatorSpi.engineValidate(CertPath certPath, CertPathParameters params)
          指定したアルゴリズムのパラメータセットを使用して、指定した証明書パスを検査します。
 CertPathValidatorResult CertPathValidator.validate(CertPath certPath, CertPathParameters params)
          指定したアルゴリズムのパラメータセットを使用して、指定した証明書パスを検査します。
 

CertPath 型のパラメータを持つ java.security.cert のコンストラクタ
PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
          指定されたパラメータを含む PKIXCertPathBuilderResult のインスタンスを作成します。
CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)
          指定した詳細メッセージ、原因、証明書パス、およびインデックスを持つ CertPathValidatorException を作成します。
 


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.