public interface CertSelector extends Cloneable
Certificate
s定义了一套标准。实现此接口的类通常用于指定
Certificate
s应该从
CertStore
检索。
并发访问
除非另有说明,此接口中定义的方法不是线程安全的。需要访问一个单一对象的多个线程同时应同步,并提供必要的锁。多线程每个操作单独的对象不需要同步。
Certificate
,
CertStore
,
CertStore.getCertificates(java.security.cert.CertSelector)
boolean match(Certificate cert)
Certificate
应选择。
cert
-
Certificate
进行检查
true
如果
Certificate
应选择,否则
false
Object clone()
CertSelector
。对副本的更改不会影响原始,反之亦然。
CertSelector
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.