| 
Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10678-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.security.xmlsec.util.XMLNode
      
oracle.security.xmlsec.util.XMLElement
          
oracle.security.xmlsec.wss.WSSElement
              
oracle.security.xmlsec.wss.WSSEncryptedHeader
public class WSSEncryptedHeader
This class represens a wsse11:EncryptedHeader element.
| Field Summary | 
|---|
| Fields inherited from class oracle.security.xmlsec.util.XMLNode | 
|---|
node, systemId | 
| Constructor Summary | |
|---|---|
WSSEncryptedHeader(org.w3c.dom.Document owner)Create a new WSSEncryptedHeader instance. | 
|
WSSEncryptedHeader(org.w3c.dom.Document owner, WSSecurity referencingBlock)Create a new WSSEncryptedHeader instance. | 
|
WSSEncryptedHeader(org.w3c.dom.Element element)Create a new WSSEncryptedHeader instance from the given XML element. | 
|
WSSEncryptedHeader(org.w3c.dom.Element element, java.lang.String systemId)Create a new WSSEncryptedHeader instance from the given XML element. | 
|
| Method Summary | |
|---|---|
 void | 
copyMustUnderstandActorRoleAttribs(WSSecurity referencingBlock)Copy the mustUnderstand, Actor and Role attributes from the referencing security header  | 
| 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 | 
|---|
public WSSEncryptedHeader(org.w3c.dom.Element element)
WSSEncryptedHeader instance from the given XML element.
element - A wsse11:WSSEncryptedHeader element.
public WSSEncryptedHeader(org.w3c.dom.Element element,
                          java.lang.String systemId)
WSSEncryptedHeader instance from the given XML element.
element - A wsse11:WSSEncryptedHeader element.systemId - The URI string system ID for this element.public WSSEncryptedHeader(org.w3c.dom.Document owner)
WSSEncryptedHeader instance.
owner - A XML Document to be used as the owner document of this structure.
public WSSEncryptedHeader(org.w3c.dom.Document owner,
                          WSSecurity referencingBlock)
WSSEncryptedHeader instance. copy over the mustUnderstand and actor/role and relay attributes from the referencing blocl
owner - A XML Document to be used as the owner document of this structure.| Method Detail | 
|---|
public void copyMustUnderstandActorRoleAttribs(WSSecurity referencingBlock)
referencingBlock -
  | 
Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10678-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||