|
Préférences
Moteurs de recherche
|
|||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto
|
||||||||||||||||||
| 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()