|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| CRLSelector を使用しているパッケージ | |
|---|---|
| java.security.cert | 証明書、証明書の取り消しリスト (CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。 |
| java.security.cert での CRLSelector の使用 |
|---|
| CRLSelector を実装している java.security.cert のクラス | |
|---|---|
class |
X509CRLSelector
指定した基準すべてに一致する X509CRL を選択する CRLSelector です。 |
| CRLSelector 型のパラメータを持つ java.security.cert のメソッド | |
|---|---|
abstract Collection<? extends CRL> |
CertStoreSpi.engineGetCRLs(CRLSelector selector)
指定したセレクタに一致する CRL の Collection を返します。 |
Collection<? extends CRL> |
CertStore.getCRLs(CRLSelector selector)
指定したセレクタに一致する CRL の Collection を返します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。