|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.crypto.KeySelector.Purpose
public static class KeySelector.Purpose
The purpose of the key that is to be selected.
Field Summary | |
---|---|
static KeySelector.Purpose |
DECRYPT
A key for decrypting. |
static KeySelector.Purpose |
ENCRYPT
A key for encrypting. |
static KeySelector.Purpose |
SIGN
A key for signing. |
static KeySelector.Purpose |
VERIFY
A 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 © 1993, 2010, Oracle and/or its affiliates. All rights reserved.