| 
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.XEEncryptionProperties
public class XEEncryptionProperties
The XML Encryption EncrytionProperties element that contains any number of EncryptionProperty elements.
XEEncryptionProperty, XEEncryptedObject| Field Summary | 
|---|
| Fields inherited from class oracle.security.xmlsec.util.XMLNode | 
|---|
node, systemId | 
| Constructor Summary | |
|---|---|
XEEncryptionProperties(org.w3c.dom.Element encProps)Create a XEEncryptionProperties instance from the given EncryptionProperties element. | 
|
XEEncryptionProperties(org.w3c.dom.Element encProps, java.lang.String systemId)Create a XEEncryptionProperties instance from the given EncryptionProperties element. | 
|
| Method Summary | |
|---|---|
 void | 
addEncryptionProperty(XEEncryptionProperty property)Add a XEEncryptionProperty object to this XEEncryptionProperties. | 
 java.util.Vector | 
getEncryptionProperties()Get the sequence of XEEncryptionProperty objects contained in this XEEncryptionProperties. | 
 java.lang.String | 
getId()Returns the Id attribute for this EncryptionProperties element.  | 
 java.lang.String | 
getType()Get the type URI identifying an EncryptionProperties element.  | 
 void | 
setId(java.lang.String id)Set the Id attribute for this EncrytionProperties 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 XEEncryptionProperties(org.w3c.dom.Element encProps)
                       throws org.w3c.dom.DOMException
XEEncryptionProperties instance from the given EncryptionProperties element.
encProps - An EncryptionProperties element.org.w3c.dom.DOMException
public XEEncryptionProperties(org.w3c.dom.Element encProps,
                              java.lang.String systemId)
                       throws org.w3c.dom.DOMException
XEEncryptionProperties instance from the given EncryptionProperties element.
encProps - An EncryptionProperties 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
setId in interface Referableid - The Id string for this EncryptionProperties element.org.w3c.dom.DOMExceptionpublic java.lang.String getId()
getId in interface Referablenull if none is set.
public void addEncryptionProperty(XEEncryptionProperty property)
                           throws org.w3c.dom.DOMException
XEEncryptionProperty object to this XEEncryptionProperties.property - An XEEncryptionProperty instance to be added to this XEEncryptionProperties.org.w3c.dom.DOMExceptionpublic java.util.Vector getEncryptionProperties()
XEEncryptionProperty objects contained in this XEEncryptionProperties.Vector containing the XEEncryptionProperty's in this XEEncryptionProperties.public java.lang.String getType()
getType in interface ReferableXMLURI.obj_EncryptionProperties.
  | 
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 | ||||||||