JavaTM Platform
Standard Ed. 6

クラス
java.security.cert.CertStoreException の使用

CertStoreException を使用しているパッケージ
java.security.cert 証明書、証明書の取り消しリスト (CRL)、証明書パスを解析および管理するためのクラスとインタフェースを提供します。 
 

java.security.cert での CertStoreException の使用
 

CertStoreException をスローする java.security.cert のメソッド
abstract  Collection<? extends Certificate> CertStoreSpi.engineGetCertificates(CertSelector selector)
          指定したセレクタに一致する CertificateCollection を返します。
abstract  Collection<? extends CRL> CertStoreSpi.engineGetCRLs(CRLSelector selector)
          指定したセレクタに一致する CRLCollection を返します。
 Collection<? extends Certificate> CertStore.getCertificates(CertSelector selector)
          指定したセレクタに一致する CertificateCollection を返します。
 Collection<? extends CRL> CertStore.getCRLs(CRLSelector selector)
          指定したセレクタに一致する CRLCollection を返します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。