|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| 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 extends Object
The purpose of the key that is to be selected.
| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.