抛出 CertStoreException 的 java.security.cert 中的方法 |
abstract Collection<? extends Certificate> |
CertStoreSpi.engineGetCertificates(CertSelector selector) 返回与指定选择器匹配的 Certificate 的 Collection 。 |
abstract Collection<? extends CRL> |
CertStoreSpi.engineGetCRLs(CRLSelector selector) 返回与指定选择器匹配的 CRL 的 Collection 。 |
Collection<? extends Certificate> |
CertStore.getCertificates(CertSelector selector) 返回与指定选择器匹配的 Certificate 的 Collection 。 |
Collection<? extends CRL> |
CertStore.getCRLs(CRLSelector selector) 返回与指定选择器匹配的 CRL 的 Collection 。 |