javax.xml.crypto

接口
异常
public interface KeySelectorResult

KeySelector.select 方法返回的结果。

KeySelectorResult 至少包含由 KeySelector 选择的 Key。此接口的实现可以添加一些方法来返回特定于实现或算法的信息,比如证书链信息或调试信息。

从以下版本开始:
1.6
另请参见:
KeySelector

方法摘要
 Key getKey()
          返回选定的密钥。
 

方法详细信息

getKey

Key getKey()
返回选定的密钥。

返回:
已选定的密钥;如果不存在这样的密钥,则返回 null