- java.lang.Object
-
- javax.xml.crypto.dom.DOMCryptoContext
-
- javax.xml.crypto.dsig.dom.DOMSignContext
-
- All Implemented Interfaces:
- XMLSignContext, XMLCryptoContext
public class DOMSignContext extends DOMCryptoContext implements XMLSignContext
A DOM-specificXMLSignContext
. This class contains additional methods to specify the location in a DOM tree where anXMLSignature
object is to be marshalled when generating the signature.Note that
DOMSignContext
instances can contain information and state specific to the XML signature structure it is used with. The results are unpredictable if aDOMSignContext
is used with different signature structures (for example, you should not use the sameDOMSignContext
instance to sign two differentXMLSignature
objects).- Since:
- 1.6
-
-
Constructor Summary
Constructors Constructor and Description DOMSignContext(Key signingKey, Node parent)
Creates aDOMSignContext
with the specified signing key and parent node.DOMSignContext(Key signingKey, Node parent, Node nextSibling)
Creates aDOMSignContext
with the specified signing key, parent and next sibling nodes.DOMSignContext(KeySelector ks, Node parent)
Creates aDOMSignContext
with the specified key selector and parent node.DOMSignContext(KeySelector ks, Node parent, Node nextSibling)
Creates aDOMSignContext
with the specified key selector, parent and next sibling nodes.
-
Method Summary
Methods Modifier and Type Method and Description Node
getNextSibling()
Returns the nextSibling node.Node
getParent()
Returns the parent node.void
setNextSibling(Node nextSibling)
Sets the next sibling node.void
setParent(Node parent)
Sets the parent 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
-
DOMSignContext
public DOMSignContext(Key signingKey, Node parent)
Creates aDOMSignContext
with the specified signing key and parent node. The signing key is stored in asingleton KeySelector
that is returned by thegetKeySelector
method. The marshalledXMLSignature
will be added as the last child element of the specified parent node unless a next sibling node is specified by invoking thesetNextSibling
method.- Parameters:
signingKey
- the signing keyparent
- the parent node- Throws:
NullPointerException
- ifsigningKey
orparent
isnull
-
DOMSignContext
public DOMSignContext(Key signingKey, Node parent, Node nextSibling)
Creates aDOMSignContext
with the specified signing key, parent and next sibling nodes. The signing key is stored in asingleton KeySelector
that is returned by thegetKeySelector
method. The marshalledXMLSignature
will be inserted as a child element of the specified parent node and immediately before the specified next sibling node.- Parameters:
signingKey
- the signing keyparent
- the parent nodenextSibling
- the next sibling node- Throws:
NullPointerException
- ifsigningKey
,parent
ornextSibling
isnull
-
DOMSignContext
public DOMSignContext(KeySelector ks, Node parent)
Creates aDOMSignContext
with the specified key selector and parent node. The marshalledXMLSignature
will be added as the last child element of the specified parent node unless a next sibling node is specified by invoking thesetNextSibling
method.- Parameters:
ks
- the key selectorparent
- the parent node- Throws:
NullPointerException
- ifks
orparent
isnull
-
DOMSignContext
public DOMSignContext(KeySelector ks, Node parent, Node nextSibling)
Creates aDOMSignContext
with the specified key selector, parent and next sibling nodes. The marshalledXMLSignature
will be inserted as a child element of the specified parent node and immediately before the specified next sibling node.- Parameters:
ks
- the key selectorparent
- the parent nodenextSibling
- the next sibling node- Throws:
NullPointerException
- ifks
,parent
ornextSibling
isnull
-
-
Method Detail
-
setParent
public void setParent(Node parent)
Sets the parent node.- Parameters:
parent
- the parent node. The marshalledXMLSignature
will be added as a child element of this node.- Throws:
NullPointerException
- ifparent
isnull
- See Also:
getParent()
-
setNextSibling
public void setNextSibling(Node nextSibling)
Sets the next sibling node.- Parameters:
nextSibling
- the next sibling node. The marshalledXMLSignature
will be inserted immediately before this node. Specifynull
to remove the current setting.- See Also:
getNextSibling()
-
getParent
public Node getParent()
Returns the parent node.- Returns:
- the parent node (never
null
) - See Also:
setParent(Node)
-
getNextSibling
public Node getNextSibling()
Returns the nextSibling node.- Returns:
- the nextSibling node, or
null
if not specified. - See Also:
setNextSibling(Node)
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/xml/crypto/dsig/dom/domsigncontext.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.