クラス
java.security.cert.CertStoreExceptionの使用
-
java.security.certでのCertStoreExceptionの使用
修飾子と型メソッド説明abstract Collection<? extends Certificate>
CertStoreSpi.engineGetCertificates
(CertSelector selector) 指定したセレクタに一致するCertificate
のCollection
を返します。abstract Collection<? extends CRL>
CertStoreSpi.engineGetCRLs
(CRLSelector selector) 指定したセレクタに一致するCRL
のCollection
を返します。final Collection<? extends Certificate>
CertStore.getCertificates
(CertSelector selector) 指定したセレクタに一致するCertificate
のCollection
を返します。final Collection<? extends CRL>
CertStore.getCRLs
(CRLSelector selector) 指定したセレクタに一致するCRL
のCollection
を返します。