|
Préférences
Moteurs de recherche
|
|||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto.dsig.dom
|
Constructor Summary | |
---|---|
DOMValidateContext(Key validatingKey,
Node node)
Creates a DOMValidateContext containing the specified key
and node. |
|
DOMValidateContext(KeySelector ks,
Node node)
Creates a DOMValidateContext containing the specified key
selector and node. |
Method Summary | |
---|---|
Node |
getNode()
Returns the node. |
void |
setNode(Node node)
Sets the node. |
Methods inherited from class javax.xml.crypto.dom.DOMCryptoContext |
---|
get, getBaseURI, getDefaultNamespacePrefix, getElementById, getKeySelector, getNamespacePrefix, getProperty, getURIDereferencer, iterator, put, putNamespacePrefix, setBaseURI, setDefaultNamespacePrefix, setIdAttributeNS, setKeySelector, setProperty, setURIDereferencer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.crypto.XMLCryptoContext |
---|
get, getBaseURI, getDefaultNamespacePrefix, getKeySelector, getNamespacePrefix, getProperty, getURIDereferencer, put, putNamespacePrefix, setBaseURI, setDefaultNamespacePrefix, setKeySelector, setProperty, setURIDereferencer |
Constructor Detail |
---|
public DOMValidateContext(KeySelector ks, Node node)
DOMValidateContext
containing the specified key
selector and node.
ks
- a key selector for finding a validation keynode
- the node
NullPointerException
- if ks
or node
is
null
public DOMValidateContext(Key validatingKey, Node node)
DOMValidateContext
containing the specified key
and node. The validating key will be stored in a
singleton KeySelector
that
is returned when the getKeySelector
method is called.
validatingKey
- the validating keynode
- the node
NullPointerException
- if validatingKey
or
node
is null
Method Detail |
---|
public void setNode(Node node)
node
- the node
NullPointerException
- if node
is null
getNode()
public Node getNode()
null
)setNode(Node)