public abstract class Algorithm extends SignatureElementProxy
baseURI, constructionElement, doc, log| Constructor and Description |
|---|
Algorithm(org.w3c.dom.Document doc,
java.lang.String algorithmURI) |
Algorithm(org.w3c.dom.Element element,
java.lang.String BaseURI)
Constructor Algorithm
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithmURI()
Method getAlgorithmURI
|
protected void |
setAlgorithmURI(java.lang.String algorithmURI)
Sets the algorithm's URI as used in the signature.
|
getBaseNamespaceaddBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseLocalName, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContextpublic 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 - XMLSecurityExceptionpublic java.lang.String getAlgorithmURI()
protected void setAlgorithmURI(java.lang.String algorithmURI)
algorithmURI - is the URI of the algorithm as String