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