|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.security.utils.ElementProxy org.apache.xml.security.utils.SignatureElementProxy org.apache.xml.security.algorithms.Algorithm
The Algorithm class which stores the Algorithm URI as a string.
Field Summary |
Fields inherited from class org.apache.xml.security.utils.ElementProxy |
_baseURI, _constructionElement, _doc |
Constructor Summary | |
Algorithm(org.w3c.dom.Document doc,
java.lang.String algorithmURI)
|
|
Algorithm(org.w3c.dom.Element element,
java.lang.String BaseURI)
Constructor Algorithm |
Method Summary | |
java.lang.String |
getAlgorithmURI()
Method getAlgorithmURI |
protected void |
setAlgorithmURI(java.lang.String algorithmURI)
Sets the algorithm's URI as used in the signature. |
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, getBaseLocalName, 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 Algorithm(org.w3c.dom.Document doc, java.lang.String algorithmURI)
doc
- algorithmURI
- is the URI of the algorithm as Stringpublic Algorithm(org.w3c.dom.Element element, java.lang.String BaseURI) throws XMLSecurityException
element
- BaseURI
-
XMLSecurityException
Method Detail |
public java.lang.String getAlgorithmURI()
protected void setAlgorithmURI(java.lang.String algorithmURI)
algorithmURI
- is the URI of the algorithm as String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |