|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| 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.dsig.XSSigProperties
The XML-DSIG SignatureProperties element.
A SignatureProperties is a container for SignatureProperty elements, which are used to include additional signed information regarding the signature generation. Typically, one or more SignatureProperty elements are added to a SignatureProperties element, which is then enclosed in an Object element to be signed via a SignedInfo Reference.
XSSignature.createSigProperties(), XSSigProperty, XSObject| Field Summary |
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
node, systemId |
| Constructor Summary | |
XSSigProperties(org.w3c.dom.Document owner)Creates a new XSSigProperties instance. |
|
XSSigProperties(org.w3c.dom.Document owner, java.lang.String id)Creates a new XSSigProperties instance. |
|
XSSigProperties(org.w3c.dom.Element element)Creates a new XSSigProperties instance from the given Element node. |
|
XSSigProperties(org.w3c.dom.Element element, java.lang.String systemId)Creates a new XSSigProperties instance from the given Element node. |
|
| Method Summary | |
void |
addSigProperty(XSSigProperty sigProp)Adds a SignatureProperty element to this SignatureProperties. |
java.lang.String |
getId()Returns the value of the Id attribute of this SignatureProperties. |
java.util.Vector |
getSigProperties()Returns a list of the SignatureProperty elements. |
java.lang.String |
getType()Returns the URI defined in the XML-DSIG space to identify the SignatureProperties element ("http://www.w3.org/2000/09/xmldsig#SignatureProperties"). |
void |
setId(java.lang.String id)Sets the Id attribute of this SignatureProperties. |
| 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 XSSigProperties(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
XSSigProperties instance from the given Element node.element - An Element node in the XML document that conforms to the XML-DSIG XSSigProperties schema.
public XSSigProperties(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
XSSigProperties instance from the given Element node.element - An Element node in the XML document that conforms to the XML-DSIG XSSigProperties schema.systemId - The URI string system ID for this element.XMLNode.setSystemId(java.lang.String)
public XSSigProperties(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
XSSigProperties instance.owner - The owner document of the new XSSigProperties.
public XSSigProperties(org.w3c.dom.Document owner,
java.lang.String id)
throws org.w3c.dom.DOMException
XSSigProperties instance.owner - The owner document of the new XSSigProperties.id - An optional string ID name for this XSSigProperties element.| Method Detail |
public void addSigProperty(XSSigProperty sigProp)
throws org.w3c.dom.DOMException
sigProp - A XSSigProperty object.org.w3c.dom.DOMExceptionpublic java.util.Vector getSigProperties()
Vector of XSSigProperty objects.
public void setId(java.lang.String id)
throws org.w3c.dom.DOMException
setId in interface Referableid - The ID name of this SignatureProperties.org.w3c.dom.DOMExceptionpublic java.lang.String getId()
getId in interface Referablenull if the attribute is missing.public java.lang.String getType()
getType in interface Referablenull if none is defined.XMLURI.obj_SignatureProperties
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||