| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.crypto.KeySelector.Purpose
public static class KeySelector.Purpose
The purpose of the key that is to be selected.
| Field Summary | |
|---|---|
| static KeySelector.Purpose | DECRYPTA key for decrypting. | 
| static KeySelector.Purpose | ENCRYPTA key for encrypting. | 
| static KeySelector.Purpose | SIGNA key for signing. | 
| static KeySelector.Purpose | VERIFYA key for verifying. | 
| Method Summary | |
|---|---|
|  String | toString()Returns a string representation of this purpose ("sign", "verify", "encrypt", or "decrypt"). | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final KeySelector.Purpose SIGN
public static final KeySelector.Purpose VERIFY
public static final KeySelector.Purpose ENCRYPT
public static final KeySelector.Purpose DECRYPT
| Method Detail | 
|---|
public String toString()
toString in class Object| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.