| Package | Description |
|---|---|
| javax.xml.crypto |
Common classes for XML cryptography.
|
| Modifier and Type | Field and Description |
|---|---|
static KeySelector |
KeySelector.Purpose.DECRYPT
A key for decrypting.
|
static KeySelector |
KeySelector.Purpose.ENCRYPT
A key for encrypting.
|
static KeySelector |
KeySelector.Purpose.SIGN
A key for signing.
|
static KeySelector |
KeySelector.Purpose.VERIFY
A key for verifying.
|
| Modifier and Type | Method and Description |
|---|---|
abstract KeySelectorResult |
KeySelector.select(KeyInfo
Attempts to find a key that satisfies the specified constraints.
|