|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
org.apache.xml.security.signature.SignatureProperty
public class SignatureProperty
Handles <ds:SignatureProperty>
elements
Additional information item concerning the generation of the signature(s) can
be placed in this Element
Field Summary |
---|
Fields inherited from class org.apache.xml.security.utils.ElementProxy |
---|
_baseURI, _constructionElement, _doc |
Constructor Summary | |
---|---|
SignatureProperty(org.w3c.dom.Document doc,
java.lang.String Target)
Constructs SignatureProperty using specified Target attribute |
|
SignatureProperty(org.w3c.dom.Document doc,
java.lang.String Target,
java.lang.String Id)
Constructs SignatureProperty using sepcified Target attribute and Id attribute |
|
SignatureProperty(org.w3c.dom.Element element,
java.lang.String BaseURI)
Constructs a SignatureProperty from an Element |
Method Summary | |
---|---|
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node node)
Method appendChild |
java.lang.String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class. |
java.lang.String |
getId()
Returns the Id attribute |
java.lang.String |
getTarget()
Returns the Target attribute |
void |
setId(java.lang.String Id)
Sets the Id attribute |
void |
setTarget(java.lang.String Target)
Sets the Target attribute |
Methods inherited from class org.apache.xml.security.utils.SignatureElementProxy |
---|
getBaseNamespace |
Methods inherited from class org.apache.xml.security.utils.ElementProxy |
---|
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDefaultPrefixBindings, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, setDefaultPrefix, setElement, setXPathNamespaceContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignatureProperty(org.w3c.dom.Document doc, java.lang.String Target)
SignatureProperty
using specified Target
attribute
doc
- the Document
in which XMLsignature
is placedTarget
- the Target
attribute references the Signature
element to which the property applies SignaturePropertypublic SignatureProperty(org.w3c.dom.Document doc, java.lang.String Target, java.lang.String Id)
SignatureProperty
using sepcified Target
attribute and Id
attribute
doc
- the Document
in which XMLsignature
is placedTarget
- the Target
attribute references the Signature
element to which the property appliesId
- the Id
will be specified by Reference.getURI()
in validationpublic SignatureProperty(org.w3c.dom.Element element, java.lang.String BaseURI) throws XMLSecurityException
SignatureProperty
from an Element
element
- SignatureProperty
elementBaseURI
- the URI of the resource where the XML instance was stored
XMLSecurityException
Method Detail |
---|
public void setId(java.lang.String Id)
Id
attribute
Id
- the Id
attributepublic java.lang.String getId()
Id
attribute
Id
attributepublic void setTarget(java.lang.String Target)
Target
attribute
Target
- the Target
attributepublic java.lang.String getTarget()
Target
attribute
Target
attributepublic org.w3c.dom.Node appendChild(org.w3c.dom.Node node)
node
-
public java.lang.String getBaseLocalName()
ElementProxy
getBaseLocalName
in class ElementProxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |