|
||||||||||
| 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, log |
| Constructor Summary | |
|---|---|
SignatureProperty(Document doc,
String Target)
Constructs SignatureProperty using specified Target attribute |
|
SignatureProperty(Document doc,
String Target,
String Id)
Constructs SignatureProperty using sepcified Target attribute and
Id attribute |
|
SignatureProperty(Element element,
String BaseURI)
Constructs a SignatureProperty from an Element |
|
| Method Summary | |
|---|---|
Node |
appendChild(Node node)
Method appendChild |
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class. |
String |
getId()
Returns the Id attribute |
String |
getTarget()
Returns the Target attribute |
void |
setId(String Id)
Sets the Id attribute |
void |
setTarget(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, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, 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(Document doc,
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 SignatureProperty
public SignatureProperty(Document doc,
String Target,
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 validation
public SignatureProperty(Element element,
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(String Id)
Id attribute
Id - the Id attributepublic String getId()
Id attribute
Id attributepublic void setTarget(String target)
Target attribute
target - the Target attributepublic String getTarget()
Target attribute
Target attributepublic Node appendChild(Node node)
node -
public String getBaseLocalName()
ElementProxy
getBaseLocalName in class ElementProxy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||