JavaTM 2 Platform
Standard Ed. 6

javax.xml.crypto
類別 KeySelector.Purpose

java.lang.Object
  繼承者 javax.xml.crypto.KeySelector.Purpose
正在封閉類別:
KeySelector

public static class KeySelector.Purpose
extends Object

將被選中的密鑰的用途。


欄位摘要
static KeySelector.Purpose DECRYPT
          用於解密的密鑰。
static KeySelector.Purpose ENCRYPT
          用於加密的密鑰。
static KeySelector.Purpose SIGN
          用於簽章的密鑰。
static KeySelector.Purpose VERIFY
          用於驗證的密鑰。
 
方法摘要
 String toString()
          返回此用途的字元串表示形式(“sign”、“verify”、“encrypt”或“decrypt”)。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

欄位詳細資訊

SIGN

public static final KeySelector.Purpose SIGN
用於簽章的密鑰。


VERIFY

public static final KeySelector.Purpose VERIFY
用於驗證的密鑰。


ENCRYPT

public static final KeySelector.Purpose ENCRYPT
用於加密的密鑰。


DECRYPT

public static final KeySelector.Purpose DECRYPT
用於解密的密鑰。

方法詳細資訊

toString

public String toString()
返回此用途的字元串表示形式(“sign”、“verify”、“encrypt”或“decrypt”)。

覆寫:
類別 Object 中的 toString
返回:
此用途的字元串表示形式

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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