public abstract class Algorithm extends SignatureElementProxy
baseURI, constructionElement, doc, log
Constructor and Description |
---|
Algorithm(Document doc,
String algorithmURI) |
Algorithm(Element element,
String BaseURI)
Constructor Algorithm
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithmURI()
Method getAlgorithmURI
|
protected void |
setAlgorithmURI(String algorithmURI)
Sets the algorithm's URI as used in the signature.
|
getBaseNamespace
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseLocalName, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContext
public Algorithm(Document doc, String algorithmURI)
doc
- algorithmURI
- is the URI of the algorithm as Stringpublic Algorithm(Element element, String BaseURI) throws XMLSecurityException
element
- BaseURI
- XMLSecurityException
public String getAlgorithmURI()
protected void setAlgorithmURI(String algorithmURI)
algorithmURI
- is the URI of the algorithm as StringCopyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.