| パッケージ | 説明 | 
|---|---|
| java.security.cert | 
 証明書、証明書の取り消しリスト (CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。 
 | 
| 修飾子と型 | クラスと説明 | 
|---|---|
class  | 
CollectionCertStoreParameters
Collection  
CertStore アルゴリズムの入力で使用されるパラメータです。 | 
class  | 
LDAPCertStoreParameters
LDAP  
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, 2013, Oracle and/or its affiliates. All rights reserved.