Skip navigation links

Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10678-05


oracle.security.xmlsec.wss
Class WSSignatureConfirmation

java.lang.Object
  extended by oracle.security.xmlsec.util.XMLNode
      extended by oracle.security.xmlsec.util.XMLElement
          extended by oracle.security.xmlsec.wss.WSSElement
              extended by oracle.security.xmlsec.wss.WSSignatureConfirmation


public class WSSignatureConfirmation
extends WSSElement

Represents the wsse11:SignatureConfirmation element.


Field Summary

 

Fields inherited from class oracle.security.xmlsec.util.XMLNode
node, systemId

 

Constructor Summary
WSSignatureConfirmation(org.w3c.dom.Document owner)
          Create a new WSSSignatureConfirmation instance.
WSSignatureConfirmation(org.w3c.dom.Element element)
          Create a new WSSSignatureConfirmation instance from the given XML element.
WSSignatureConfirmation(org.w3c.dom.Element element, java.lang.String systemId)
          Create a new WSSSignatureConfirmation instance from the given XML element.

 

Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           

 

Methods inherited from class oracle.security.xmlsec.wss.WSSElement
getId, getWsuId, setId, setWsuId

 

Methods inherited from class oracle.security.xmlsec.util.XMLElement
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefix

 

Methods inherited from class oracle.security.xmlsec.util.XMLNode
appendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXML

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WSSignatureConfirmation

public WSSignatureConfirmation(org.w3c.dom.Element element)
Create a new WSSSignatureConfirmation instance from the given XML element.
Parameters:
element - A wsse11:WSSSignatureConfirmation element.

WSSignatureConfirmation

public WSSignatureConfirmation(org.w3c.dom.Element element,
                               java.lang.String systemId)
Create a new WSSSignatureConfirmation instance from the given XML element.
Parameters:
element - A wsse11:WSSSignatureConfirmation element.
systemId - The URI string system ID for this element.

WSSignatureConfirmation

public WSSignatureConfirmation(org.w3c.dom.Document owner)
Create a new WSSSignatureConfirmation instance.
Parameters:
owner - A XML Document to be used as the owner document of this structure.

Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

Skip navigation links

Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10678-05


Copyright © 2005, 2013 , Oracle. All rights reserved.