| パッケージ | 説明 | 
|---|---|
| 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 | 
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, 2013, Oracle and/or its affiliates. All rights reserved.