| パッケージ | 説明 | 
|---|---|
| java.security.cert | 証明書、証明書の取消しリスト(CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。 | 
| 修飾子と型 | クラス | 説明 | 
|---|---|---|
| class  | CollectionCertStoreParametersCollection  CertStoreアルゴリズムの入力で使用されるパラメータです。 | |
| class  | LDAPCertStoreParametersLDAP  CertStoreアルゴリズムの入力で使用されるパラメータです。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| CertStoreParameters | CertStore. getCertStoreParameters()この CertStoreを初期化するためのパラメータを返します。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| static CertStore | CertStore. getInstance(String type, CertStoreParameters params)指定した CertStore型を実装し、指定したパラメータで初期化されるCertStoreを返します。 | |
| static CertStore | CertStore. getInstance(String type, CertStoreParameters params, Provider provider)指定された CertStoreタイプを実装するCertStoreオブジェクトを返します。 | |
| static CertStore | CertStore. getInstance(String type, CertStoreParameters params, String provider)指定された CertStoreタイプを実装するCertStoreオブジェクトを返します。 | 
| コンストラクタ | 説明 | 
|---|---|
| CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)指定されたタイプの CertStoreオブジェクトを作成し、指定されたプロバイダの実装(SPIオブジェクト)をそこにカプセル化します。 | |
| CertStoreSpi(CertStoreParameters params)唯一のコンストラクタです。 | 
 バグまたは機能を送信 
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。 そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。 
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved.  Use is subject to license terms.  Documentation Redistribution Policyも参照してください。