Class SignatureProperties
- java.lang.Object
-
- org.apache.xml.security.utils.ElementProxy
-
- org.apache.xml.security.utils.SignatureElementProxy
-
- org.apache.xml.security.signature.SignatureProperties
-
public class SignatureProperties extends SignatureElementProxy
Handles<ds:SignatureProperties>
elements This Element holdsSignatureProperty
that contian additional information items concerning the generation of the signature. for example, data-time stamp, serial number of cryptographic hardware.- Author:
- Christian Geuer-Pollmann
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.utils.ElementProxy
_baseURI, _constructionElement, _doc, _state, MODE_CREATE, MODE_DECRYPT, MODE_ENCRYPT, MODE_PROCESS, MODE_SIGN, MODE_UNKNOWN, MODE_VERIFY
-
-
Constructor Summary
Constructors Constructor Description SignatureProperties(org.w3c.dom.Document doc)
Constructor SignaturePropertiesSignatureProperties(org.w3c.dom.Element element, java.lang.String BaseURI)
ConstructsSignatureProperties
fromElement
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSignatureProperty(SignatureProperty sp)
Method addSignaturePropertyjava.lang.String
getBaseLocalName()
Returns the localname of the Elements of the sub-class.java.lang.String
getId()
Returns theId
attributeint
getLength()
Return the nonnegative number of added SignatureProperty elements.SignatureProperty
item(int i)
Return thei th SignatureProperty.void
setId(java.lang.String Id)
Sets theId
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, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, guaranteeThatElementInCorrectSpace, length, setDefaultPrefix, setElement, setXPathNamespaceContext
-
-
-
-
Constructor Detail
-
SignatureProperties
public SignatureProperties(org.w3c.dom.Document doc)
Constructor SignatureProperties- Parameters:
doc
-
-
SignatureProperties
public SignatureProperties(org.w3c.dom.Element element, java.lang.String BaseURI) throws XMLSecurityException
ConstructsSignatureProperties
fromElement
- Parameters:
element
-SignatureProperties
elementtBaseURI
- the URI of the resource where the XML instance was stored- Throws:
XMLSecurityException
-
-
Method Detail
-
getLength
public int getLength()
Return the nonnegative number of added SignatureProperty elements.- Returns:
- the number of SignatureProperty elements
-
item
public SignatureProperty item(int i) throws XMLSignatureException
Return thei th SignatureProperty. Validi
values are 0 to{link@ getSize}-1
.- Parameters:
i
- Index of the requestedSignatureProperty
- Returns:
- the
i th SignatureProperty - Throws:
XMLSignatureException
-
setId
public void setId(java.lang.String Id)
Sets theId
attribute- Parameters:
Id
- theId
attribute
-
getId
public java.lang.String getId()
Returns theId
attribute- Returns:
- the
Id
attribute
-
addSignatureProperty
public void addSignatureProperty(SignatureProperty sp)
Method addSignatureProperty- Parameters:
sp
-
-
getBaseLocalName
public java.lang.String getBaseLocalName()
Description copied from class:ElementProxy
Returns the localname of the Elements of the sub-class.- Specified by:
getBaseLocalName
in classElementProxy
- Returns:
- the localname of the Elements of the sub-class.
-
-