|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
CertStore を使用しているパッケージ | |
---|---|
java.security.cert | 証明書、証明書の取り消しリスト (CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。 |
java.security.cert での CertStore の使用 |
---|
CertStore を返す java.security.cert のメソッド | |
---|---|
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 型の引数を持つ型を返す java.security.cert のメソッド | |
---|---|
List<CertStore> |
PKIXParameters.getCertStores()
証明書と CRL を見つけるために使用される CertStore の不変な List を返します。 |
CertStore 型のパラメータを持つ java.security.cert のメソッド | |
---|---|
void |
PKIXParameters.addCertStore(CertStore store)
CertStore を、証明書と CRL を見つけるために使用される CertStore のリストの最後に追加します。 |
CertStore 型の型引数を持つ java.security.cert のメソッドパラメータ | |
---|---|
void |
PKIXParameters.setCertStores(List<CertStore> stores)
証明書と CRL を見つけるために使用される CertStore のリストを設定します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。