Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
javax.xml.crypto.dsig.dom

Class DOMSignContext

  • All Implemented Interfaces:
    XMLSignContext, XMLCryptoContext

    public class DOMSignContext
    extends DOMCryptoContext
    implements XMLSignContext
    A DOM-specific XMLSignContext. This class contains additional methods to specify the location in a DOM tree where an XMLSignature 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 a DOMSignContext is used with different signature structures (for example, you should not use the same DOMSignContext instance to sign two different XMLSignature objects).

    Since:
    1.6
    • Constructor Detail

      • DOMSignContext

        public DOMSignContext(Key signingKey,
                      Node parent)
        Creates a DOMSignContext with the specified signing key and parent node. The signing key is stored in a singleton KeySelector that is returned by the getKeySelector method. The marshalled XMLSignature will be added as the last child element of the specified parent node unless a next sibling node is specified by invoking the setNextSibling method.
        Parameters:
        signingKey - the signing key
        parent - the parent node
        Throws:
        NullPointerException - if signingKey or parent is null
      • DOMSignContext

        public DOMSignContext(Key signingKey,
                      Node parent,
                      Node nextSibling)
        Creates a DOMSignContext with the specified signing key, parent and next sibling nodes. The signing key is stored in a singleton KeySelector that is returned by the getKeySelector method. The marshalled XMLSignature will be inserted as a child element of the specified parent node and immediately before the specified next sibling node.
        Parameters:
        signingKey - the signing key
        parent - the parent node
        nextSibling - the next sibling node
        Throws:
        NullPointerException - if signingKey, parent or nextSibling is null
      • DOMSignContext

        public DOMSignContext(KeySelector ks,
                      Node parent)
        Creates a DOMSignContext with the specified key selector and parent node. The marshalled XMLSignature will be added as the last child element of the specified parent node unless a next sibling node is specified by invoking the setNextSibling method.
        Parameters:
        ks - the key selector
        parent - the parent node
        Throws:
        NullPointerException - if ks or parent is null
      • DOMSignContext

        public DOMSignContext(KeySelector ks,
                      Node parent,
                      Node nextSibling)
        Creates a DOMSignContext with the specified key selector, parent and next sibling nodes. The marshalled XMLSignature will be inserted as a child element of the specified parent node and immediately before the specified next sibling node.
        Parameters:
        ks - the key selector
        parent - the parent node
        nextSibling - the next sibling node
        Throws:
        NullPointerException - if ks, parent or nextSibling is null
    • Method Detail

      • setParent

        public void setParent(Node parent)
        Sets the parent node.
        Parameters:
        parent - the parent node. The marshalled XMLSignature will be added as a child element of this node.
        Throws:
        NullPointerException - if parent is null
        See Also:
        getParent()
      • setNextSibling

        public void setNextSibling(Node nextSibling)
        Sets the next sibling node.
        Parameters:
        nextSibling - the next sibling node. The marshalled XMLSignature will be inserted immediately before this node. Specify null 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)

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/xml/crypto/dsig/dom/domsigncontext.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut