| パッケージ | 説明 | 
|---|---|
| java.security | 
 セキュリティ・フレームワークのクラスとインタフェースを提供します。 
 | 
| java.security.cert | 
 証明書、証明書の取消しリスト(CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。 
 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
CertPath | 
CodeSigner.getSignerCertPath()
署名者の証明書パスを返します。 
 | 
CertPath | 
Timestamp.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 | 
CertPathBuilderResult.getCertPath()
構築した証明書パスを返します。 
 | 
CertPath | 
CertPathValidatorException.getCertPath()
例外がスローされたときに検査中だった証明書パスを返します。 
 | 
CertPath | 
PKIXCertPathBuilderResult.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, 2014, Oracle and/or its affiliates. All rights reserved.