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