| パッケージ | 説明 | 
|---|---|
| java.security | セキュリティ・フレームワークのクラスとインタフェースを提供します。 | 
| java.security.cert | 証明書、証明書の取消しリスト(CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| CertPath | Timestamp. getSignerCertPath()タイムスタンプ発行局の証明書パスを返します。 | |
| CertPath | CodeSigner. getSignerCertPath()署名者の証明書パスを返します。 | 
| コンストラクタ | 説明 | 
|---|---|
| CodeSigner(CertPath signerCertPath, Timestamp timestamp)CodeSignerオブジェクトを構築します。 | |
| Timestamp(Date timestamp, CertPath signerCertPath)Timestampを構築します。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| CertPath | CertificateFactorySpi. engineGenerateCertPath(InputStream inStream)CertPathオブジェクトを生成し、InputStreamであるinStreamから読み込まれたデータで初期化します。 | |
| CertPath | CertificateFactorySpi. engineGenerateCertPath(InputStream inStream, String encoding)CertPathオブジェクトを生成し、InputStreamであるinStreamから読み込まれたデータで初期化します。 | |
| CertPath | CertificateFactorySpi. engineGenerateCertPath(List<? extends Certificate> certificates)CertPathオブジェクトを生成し、CertificateのListで初期化します。 | |
| CertPath | CertificateFactory. generateCertPath(InputStream inStream)CertPathオブジェクトを生成し、InputStreamであるinStreamから読み込まれたデータで初期化します。 | |
| CertPath | CertificateFactory. generateCertPath(InputStream inStream, String encoding)CertPathオブジェクトを生成し、InputStreamであるinStreamから読み込まれたデータで初期化します。 | |
| CertPath | CertificateFactory. generateCertPath(List<? extends Certificate> certificates)CertPathオブジェクトを生成し、CertificateのListで初期化します。 | |
| CertPath | PKIXCertPathBuilderResult. getCertPath()構築および検査済みの証明書パスを返します。 | |
| CertPath | CertPathBuilderResult. getCertPath()構築した証明書パスを返します。 | |
| CertPath | CertPathValidatorException. getCertPath()例外がスローされたときに検査中だった証明書パスを返します。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| abstract CertPathValidatorResult | CertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)指定したアルゴリズムのパラメータ・セットを使用して、指定した証明書パスを検査します。 | |
| CertPathValidatorResult | CertPathValidator. validate(CertPath certPath, CertPathParameters params)指定したアルゴリズムのパラメータ・セットを使用して、指定した証明書パスを検査します。 | 
| コンストラクタ | 説明 | 
|---|---|
| CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)指定した詳細メッセージ、原因、証明書パス、およびインデックスを持つ CertPathValidatorExceptionを作成します。 | |
| CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index, CertPathValidatorException.Reason reason)指定した詳細メッセージ、原因、証明書パス、インデックス、および理由を持つ CertPathValidatorExceptionを作成します。 | |
| PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)指定されたパラメータを含む PKIXCertPathBuilderResultのインスタンスを作成します。 | 
 バグまたは機能を送信 
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。 そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。 
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved.  Use is subject to license terms.  Documentation Redistribution Policyも参照してください。