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.