public class EncryptedNameIdentifier
extends oracle.security.xmlsec.util.XMLElement
| Constructor and Description | 
|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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, setDefaultNSPrefixappendChild, 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
public EncryptedNameIdentifier(org.w3c.dom.Element element)
                        throws org.w3c.dom.DOMException
EncryptedNameIdentifier instance from the given Element node.element - An EncryptedNameIdentifier element.org.w3c.dom.DOMException
public EncryptedNameIdentifier(org.w3c.dom.Element element,
                       java.lang.String SystemId)
                        throws org.w3c.dom.DOMException
EncryptedNameIdentifier instance from the given Element node.element - A EncryptedNameIdentifier element.org.w3c.dom.DOMException
public EncryptedNameIdentifier(org.w3c.dom.Document owner)
                        throws org.w3c.dom.DOMException
EncryptedNameIdentifier instance.owner - The owner document of the new EncryptedNameIdentifier.org.w3c.dom.DOMException
public void setEncryptedData(oracle.security.xmlsec.enc.XEEncryptedData encryptedData)
                      throws org.w3c.dom.DOMException
encryptedData - The EncryptedData element.org.w3c.dom.DOMExceptionpublic oracle.security.xmlsec.enc.XEEncryptedData getEncryptedData()
null if the child element is not specified.
public void setEncryptedKey(oracle.security.xmlsec.enc.XEEncryptedKey encryptedKey)
                     throws org.w3c.dom.DOMException
encryptedData - The EncryptedKey element.org.w3c.dom.DOMExceptionpublic oracle.security.xmlsec.enc.XEEncryptedKey getEncryptedKey()
null if the child element is not specified.protected java.lang.String[] getChildElementsNSURIs()
protected java.lang.String[] getChildElementsLocalNames()