public interface KeySelectorResult
KeySelector.select
方法返回的结果。
至少,一个KeySelectorResult
包含由KeySelector
选择Key
。实现该接口可以返回实施或算法的具体信息的添加方法,如证书链或调试信息。
KeySelector
Key getKey()
null
如果没有可以找到
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.