| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| CertPath を使用しているパッケージ | |
|---|---|
| java.security | セキュリティーフレームワークのクラスとインタフェースを提供します。 | 
| java.security.cert | 証明書、証明書の取り消しリスト (CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。 | 
| java.security での CertPath の使用 | 
|---|
| CertPath を返す java.security のメソッド | |
|---|---|
|  CertPath | CodeSigner.getSignerCertPath()署名者の証明書パスを返します。 | 
|  CertPath | Timestamp.getSignerCertPath()タイムスタンプ発行局の証明書パスを返します。 | 
| CertPath 型のパラメータを持つ java.security のコンストラクタ | |
|---|---|
| CodeSigner(CertPath signerCertPath,
           Timestamp timestamp)CodeSigner オブジェクトを構築します。 | |
| Timestamp(Date timestamp,
          CertPath signerCertPath)Timestamp を構築します。 | |
| java.security.cert での CertPath の使用 | 
|---|
| CertPath を返す java.security.cert のメソッド | |
|---|---|
|  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()構築および検査済みの証明書パスを返します。 | 
| CertPath 型のパラメータを持つ java.security.cert のメソッド | |
|---|---|
| abstract  CertPathValidatorResult | CertPathValidatorSpi.engineValidate(CertPath certPath,
               CertPathParameters params)指定したアルゴリズムのパラメータセットを使用して、指定した証明書パスを検査します。 | 
|  CertPathValidatorResult | CertPathValidator.validate(CertPath certPath,
         CertPathParameters params)指定したアルゴリズムのパラメータセットを使用して、指定した証明書パスを検査します。 | 
| CertPath 型のパラメータを持つ java.security.cert のコンストラクタ | |
|---|---|
| CertPathValidatorException(String msg,
                           Throwable cause,
                           CertPath certPath,
                           int index)指定した詳細メッセージ、原因、証明書パス、およびインデックスを持つ CertPathValidatorExceptionを作成します。 | |
| PKIXCertPathBuilderResult(CertPath certPath,
                          TrustAnchor trustAnchor,
                          PolicyNode policyTree,
                          PublicKey subjectPublicKey)指定されたパラメータを含む PKIXCertPathBuilderResultのインスタンスを作成します。 | |
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。