JavaTM 2 Platform
Standard Ed. 6

javax.xml.crypto
接口 KeySelectorResult


public interface KeySelectorResult

KeySelector.select 方法返回的结果。

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

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

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

方法详细信息

getKey

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

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

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only