Skip navigation links

Oracle Security Developer Tools XML Security Java API Reference
11g (11.1.1)

E10680-02


oracle.security.xmlsec.enc
Class XEEncryptionProperty

java.lang.Object
  extended by oracle.security.xmlsec.util.XMLNode
      extended by oracle.security.xmlsec.util.XMLElement
          extended by oracle.security.xmlsec.enc.XEEncryptionProperty


public class XEEncryptionProperty
extends XMLElement

The XML Encryption EncryptionProperty element. Additional information concerning the generation of the EncryptedData or EncryptedKey element can be place in an XEEncryptedProperty.

See Also:
XEEncryptionProperties

Field Summary

 

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

 

Constructor Summary
XEEncryptionProperty(org.w3c.dom.Element encProp)
          Create a XEEncryptionProperty instance from the given EncryptionProperty element.
XEEncryptionProperty(org.w3c.dom.Element encProp, java.lang.String systemId)
          Create a XEEncryptionProperty instance from the given EncryptionProperty element.

 

Method Summary
 java.lang.String getId()
          Returns the Id attribute value for this EncryptionProperty element.
 java.lang.String getTarget()
          Returns the target URI for this EncryptionProperty element.
 void setId(java.lang.String id)
          Sets the Id attribute for this EncrytionProperty element.
 void setTarget(java.lang.String target)
          Sets the target URI for this EncryptionProperty 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

XEEncryptionProperty

public XEEncryptionProperty(org.w3c.dom.Element encProp)
                     throws org.w3c.dom.DOMException
Create a XEEncryptionProperty instance from the given EncryptionProperty element.
Parameters:
encProp - An EncryptionProperty element.
Throws:
org.w3c.dom.DOMException

XEEncryptionProperty

public XEEncryptionProperty(org.w3c.dom.Element encProp,
                            java.lang.String systemId)
                     throws org.w3c.dom.DOMException
Create a XEEncryptionProperty instance from the given EncryptionProperty element.
Parameters:
encProp - An EncryptionProperty element.
systemId - The URI string system ID for this element.
Throws:
org.w3c.dom.DOMException
Since:
2.0
See Also:
XMLNode.setSystemId(java.lang.String)

Method Detail

setId

public void setId(java.lang.String id)
           throws org.w3c.dom.DOMException
Sets the Id attribute for this EncrytionProperty element.
Parameters:
id - The Id string for this EncryptionProperty element.
Throws:
org.w3c.dom.DOMException

getId

public java.lang.String getId()
Returns the Id attribute value for this EncryptionProperty element.
Returns:
The Id for this EncryptionProperty element, or null if it is missing.

setTarget

public void setTarget(java.lang.String target)
               throws org.w3c.dom.DOMException
Sets the target URI for this EncryptionProperty element.
Parameters:
target - The target string for this EncryptionProperty element.
Throws:
org.w3c.dom.DOMException

getTarget

public java.lang.String getTarget()
Returns the target URI for this EncryptionProperty element.
Returns:
The target string for this EncryptionProperty element, or null if it is missing.

Skip navigation links

Oracle Security Developer Tools XML Security Java API Reference
11g (11.1.1)

E10680-02


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