JavaTM 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 Platform
Standard Ed. 6

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

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