|
|||||||||
| 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.SignatureProperties
public class SignatureProperties
Handles <ds:SignatureProperties> elements
This Element holds SignatureProperty that contian additional information items
concerning the generation of the signature.
for example, data-time stamp, serial number of cryptographic hardware.
| Field Summary |
|---|
| Fields inherited from class org.apache.xml.security.utils.ElementProxy |
|---|
baseURI, constructionElement, doc, log |
| Constructor Summary | |
|---|---|
SignatureProperties(org.w3c.dom.Document doc)
Constructor SignatureProperties |
|
SignatureProperties(org.w3c.dom.Element element,
java.lang.String BaseURI)
Constructs SignatureProperties from Element |
|
| Method Summary | |
|---|---|
void |
addSignatureProperty(SignatureProperty sp)
Method addSignatureProperty |
java.lang.String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class. |
java.lang.String |
getId()
Returns the Id attribute |
int |
getLength()
Return the nonnegative number of added SignatureProperty elements. |
SignatureProperty |
item(int i)
Return the |
void |
setId(java.lang.String Id)
Sets the Id 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 SignatureProperties(org.w3c.dom.Document doc)
doc -
public SignatureProperties(org.w3c.dom.Element element,
java.lang.String BaseURI)
throws XMLSecurityException
SignatureProperties from Element
element - SignatureProperties elementBaseURI - the URI of the resource where the XML instance was stored
XMLSecurityException| Method Detail |
|---|
public int getLength()
public SignatureProperty item(int i)
throws XMLSignatureException
i
values are 0 to {link@ getSize}-1.
i - Index of the requested SignatureProperty
XMLSignatureExceptionpublic void setId(java.lang.String Id)
Id attribute
Id - the Id attributepublic java.lang.String getId()
Id attribute
Id attributepublic void addSignatureProperty(SignatureProperty sp)
sp - 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 | ||||||||