| Package | Description |
|---|---|
| javax.xml.crypto |
Common classes for XML cryptography.
|
| javax.xml.crypto.dsig |
Classes for generating and validating XML digital signatures.
|
| Modifier and Type | Method and Description |
|---|---|
abstract KeySelectorResult |
KeySelector.select(KeyInfo
Attempts to find a key that satisfies the specified constraints.
|
| Modifier and Type | Method and Description |
|---|---|
KeySelectorResult |
XMLSignature.getKeySelectorResult()
Returns the result of the
KeySelector, if specified, after this
XMLSignature has been signed or validated.
|