Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.xml.crypto | Common classes for XML cryptography. |
Uses of KeySelector.Purpose in javax.xml.crypto |
---|
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.