public interface CRLSelector extends Cloneable
CRL
s定义了一套标准。实现此接口的类通常用于指定
CRL
s应该从
CertStore
检索。
并发访问
除非另有说明,此接口中定义的方法不是线程安全的。需要访问一个单一对象的多个线程同时应同步,并提供必要的锁。多线程每个操作单独的对象不需要同步。
CRL
,
CertStore
,
CertStore.getCRLs(java.security.cert.CRLSelector)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.