Skip navigation links

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

E10671-05


oracle.security.xmlsec.liberty.v12
Class EncryptedNameIdentifier

java.lang.Object
  extended by oracle.security.xmlsec.util.XMLNode
      extended by oracle.security.xmlsec.util.XMLElement
          extended by oracle.security.xmlsec.liberty.v12.EncryptedNameIdentifier


public class EncryptedNameIdentifier
extends oracle.security.xmlsec.util.XMLElement

Liberty EncryptedNameIdentifier for the name identifier provided by the identity provider at the time of federation.


Field Summary

 

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

 

Constructor Summary
EncryptedNameIdentifier(org.w3c.dom.Document owner)
          Creates a new EncryptedNameIdentifier instance.
EncryptedNameIdentifier(org.w3c.dom.Element element)
          Creates a new EncryptedNameIdentifier instance from the given Element node.
EncryptedNameIdentifier(org.w3c.dom.Element element, java.lang.String SystemId)
          Creates a new EncryptedNameIdentifier instance from the given Element node.

 

Method Summary
protected  java.lang.String[] getChildElementsLocalNames()
           
protected  java.lang.String[] getChildElementsNSURIs()
           
 oracle.security.xmlsec.enc.XEEncryptedData getEncryptedData()
          Returns the value of this EncryptedNameIdentifier element's EncryptedData element, or null if the child element is not specified.
 oracle.security.xmlsec.enc.XEEncryptedKey getEncryptedKey()
          Returns the value of this EncryptedNameIdentifier element's EncryptedKey element, or null if the child element is not specified.
 void setEncryptedData(oracle.security.xmlsec.enc.XEEncryptedData encryptedData)
          Sets this EncryptedNameIdentifier element's EncryptedData child element.
 void setEncryptedKey(oracle.security.xmlsec.enc.XEEncryptedKey encryptedKey)
          Sets this EncryptedNameIdentifier element's EncryptedKey child element.

 

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

EncryptedNameIdentifier

public EncryptedNameIdentifier(org.w3c.dom.Element element)
                        throws org.w3c.dom.DOMException
Creates a new EncryptedNameIdentifier instance from the given Element node.
Parameters:
element - An EncryptedNameIdentifier element.
Throws:
org.w3c.dom.DOMException

EncryptedNameIdentifier

public EncryptedNameIdentifier(org.w3c.dom.Element element,
                               java.lang.String SystemId)
                        throws org.w3c.dom.DOMException
Creates a new EncryptedNameIdentifier instance from the given Element node.
Parameters:
element - A EncryptedNameIdentifier element.
Throws:
org.w3c.dom.DOMException

EncryptedNameIdentifier

public EncryptedNameIdentifier(org.w3c.dom.Document owner)
                        throws org.w3c.dom.DOMException
Creates a new EncryptedNameIdentifier instance.
Parameters:
owner - The owner document of the new EncryptedNameIdentifier.
Throws:
org.w3c.dom.DOMException

Method Detail

setEncryptedData

public void setEncryptedData(oracle.security.xmlsec.enc.XEEncryptedData encryptedData)
                      throws org.w3c.dom.DOMException
Sets this EncryptedNameIdentifier element's EncryptedData child element.
Parameters:
encryptedData - The EncryptedData element.
Throws:
org.w3c.dom.DOMException

getEncryptedData

public oracle.security.xmlsec.enc.XEEncryptedData getEncryptedData()
Returns the value of this EncryptedNameIdentifier element's EncryptedData element, or null if the child element is not specified.

setEncryptedKey

public void setEncryptedKey(oracle.security.xmlsec.enc.XEEncryptedKey encryptedKey)
                     throws org.w3c.dom.DOMException
Sets this EncryptedNameIdentifier element's EncryptedKey child element.
Parameters:
encryptedData - The EncryptedKey element.
Throws:
org.w3c.dom.DOMException

getEncryptedKey

public oracle.security.xmlsec.enc.XEEncryptedKey getEncryptedKey()
Returns the value of this EncryptedNameIdentifier element's EncryptedKey element, or null if the child element is not specified.

getChildElementsNSURIs

protected java.lang.String[] getChildElementsNSURIs()

getChildElementsLocalNames

protected java.lang.String[] getChildElementsLocalNames()

Skip navigation links

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

E10671-05


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