JavaTM Platform
Standard Ed. 6

クラス
javax.xml.crypto.KeySelector.Purpose の使用

KeySelector.Purpose を使用しているパッケージ
javax.xml.crypto XML 暗号化用の共通クラスです。 
 

javax.xml.crypto での KeySelector.Purpose の使用
 

KeySelector.Purpose として宣言されている javax.xml.crypto のフィールド
static KeySelector.Purpose KeySelector.Purpose.DECRYPT
          復号化用の鍵です。
static KeySelector.Purpose KeySelector.Purpose.ENCRYPT
          暗号化用の鍵です。
static KeySelector.Purpose KeySelector.Purpose.SIGN
          署名用の鍵です。
static KeySelector.Purpose KeySelector.Purpose.VERIFY
          検証用の鍵です。
 

KeySelector.Purpose 型のパラメータを持つ javax.xml.crypto のメソッド
abstract  KeySelectorResult KeySelector.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
          指定された制約を満たす鍵の検索を試みます。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。