public interface KeySelectorResult
由 KeySelector.select 方法返回的结果。
KeySelectorResult 至少包含由 KeySelector 选择的 Key。此接口的实现可以添加一些方法来返回特定于实现或算法的信息,比如证书链信息或调试信息。
KeySelector
| 方法摘要 | |
|---|---|
Key |
getKey() 返回选定的密钥。 |
| 方法详细信息 |
|---|
Key getKey()
null