MessageDigestAlgorithm
, SignatureAlgorithm
public abstract class Algorithm extends SignatureElementProxy
baseURI, log
Constructor | Description |
---|---|
Algorithm(Document doc,
String algorithmURI) |
|
Algorithm(Element element,
String baseURI) |
Constructor Algorithm
|
Modifier and Type | Method | Description |
---|---|---|
String |
getAlgorithmURI() |
Method getAlgorithmURI
|
protected void |
setAlgorithmURI(String algorithmURI) |
Sets the algorithm's URI as used in the signature.
|
addBase64Element, addBase64Text, addBigIntegerElement, addReturnToSelf, addText, addTextElement, appendOther, appendSelf, appendSelf, createElementForFamily, createElementForFamilyLocal, createText, getBaseLocalName, getBaseURI, getBigIntegerFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getFirstChild, getLocalAttribute, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseNamespace
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–2018 The Apache Software Foundation. All rights reserved.