| 
Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-03  | 
||||||||
| 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.enc.XEEncryptionProperty
public class XEEncryptionProperty
The XML Encryption EncryptionProperty element. Additional information concerning the generation of the EncryptedData or EncryptedKey element can be place in an XEEncryptedProperty.
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.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 XEEncryptionProperty(org.w3c.dom.Element encProp)
                     throws org.w3c.dom.DOMException
XEEncryptionProperty instance from the given EncryptionProperty element.
encProp - An EncryptionProperty element.org.w3c.dom.DOMException
public XEEncryptionProperty(org.w3c.dom.Element encProp,
                            java.lang.String systemId)
                     throws org.w3c.dom.DOMException
XEEncryptionProperty instance from the given EncryptionProperty element.
encProp - An EncryptionProperty element.systemId - The URI string system ID for this element.org.w3c.dom.DOMExceptionXMLNode.setSystemId(java.lang.String)| Method Detail | 
|---|
public void setId(java.lang.String id)
           throws org.w3c.dom.DOMException
id - The Id string for this EncryptionProperty element.org.w3c.dom.DOMExceptionpublic java.lang.String getId()
null if it is missing.
public void setTarget(java.lang.String target)
               throws org.w3c.dom.DOMException
target - The target string for this EncryptionProperty element.org.w3c.dom.DOMExceptionpublic java.lang.String getTarget()
null if it is missing.
  | 
Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||