| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.xml.crypto.KeySelector.Purpose
public static class KeySelector.Purpose
選択される鍵の目的です。
| フィールドの概要 | |
|---|---|
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 | 
| フィールドの詳細 | 
|---|
public static final KeySelector.Purpose SIGN
public static final KeySelector.Purpose VERIFY
public static final KeySelector.Purpose ENCRYPT
public static final KeySelector.Purpose DECRYPT
| メソッドの詳細 | 
|---|
public String toString()
Object 内の toString
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。