Package | Description |
---|---|
javax.xml.crypto |
Common classes for XML cryptography.
|
javax.xml.crypto.dom |
DOM-specific classes for the
javax.xml.crypto package. |
javax.xml.crypto.dsig.dom |
DOM-specific classes for the
javax.xml.crypto.dsig package. |
Modifier and Type | Method and Description |
---|---|
KeySelector |
XMLCryptoContext.getKeySelector()
Returns the key selector for finding a key.
|
static KeySelector |
KeySelector.singletonKeySelector(Key key)
Returns a
KeySelector that always selects the specified
key, regardless of the KeyInfo passed to it. |
Modifier and Type | Method and Description |
---|---|
void |
XMLCryptoContext.setKeySelector(KeySelector ks)
Sets the key selector for finding a key.
|
Modifier and Type | Method and Description |
---|---|
KeySelector |
DOMCryptoContext.getKeySelector() |
Modifier and Type | Method and Description |
---|---|
void |
DOMCryptoContext.setKeySelector(KeySelector ks) |
Constructor and Description |
---|
DOMSignContext(KeySelector ks,
Node parent)
Creates a
DOMSignContext with the specified key selector
and parent node. |
DOMSignContext(KeySelector ks,
Node parent,
Node nextSibling)
Creates a
DOMSignContext with the specified key selector,
parent and next sibling nodes. |
DOMValidateContext(KeySelector ks,
Node node)
Creates a
DOMValidateContext containing the specified key
selector and node. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.