|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeySelector.Purpose | |
---|---|
javax.xml.crypto | Common classes for XML cryptography. |
Uses of KeySelector.Purpose in javax.xml.crypto |
---|
Fields in javax.xml.crypto declared as KeySelector.Purpose | |
---|---|
static KeySelector.Purpose |
KeySelector.Purpose.DECRYPT
A key for decrypting. |
static KeySelector.Purpose |
KeySelector.Purpose.ENCRYPT
A key for encrypting. |
static KeySelector.Purpose |
KeySelector.Purpose.SIGN
A key for signing. |
static KeySelector.Purpose |
KeySelector.Purpose.VERIFY
A key for verifying. |
Methods in javax.xml.crypto with parameters of type KeySelector.Purpose | |
---|---|
abstract KeySelectorResult |
KeySelector.select(KeyInfo keyInfo,
KeySelector.Purpose purpose,
AlgorithmMethod method,
XMLCryptoContext context)
Attempts to find a key that satisfies the specified constraints. |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.