软件包 | 描述 |
---|---|
javax.xml.crypto |
XML加密的公共类。
|
javax.xml.crypto.dom |
为
javax.xml.crypto DOM类具体包。
|
javax.xml.crypto.dsig.dom |
为
javax.xml.crypto.dsig DOM类具体包。
|
Modifier and Type | Method and Description |
---|---|
KeySelector |
XMLCryptoContext.getKeySelector()
返回找到密钥的密钥选择器。
|
static KeySelector |
KeySelector.singletonKeySelector(Key key)
返回一个
KeySelector 总是选择指定的关键,无论
KeyInfo 传递给它的。
|
Modifier and Type | Method and Description |
---|---|
void |
XMLCryptoContext.setKeySelector(KeySelector ks)
设置找到密钥的密钥选择器。
|
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)
创建一个具有指定键选择器和父节点
DOMSignContext 。
|
DOMSignContext(KeySelector ks, Node parent, Node nextSibling)
创建一个具有指定键选择器
DOMSignContext ,父母和下一个同级节点。
|
DOMValidateContext(KeySelector ks, Node node)
创建一个
DOMValidateContext 包含指定键选择器和节点。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.