Class Algorithm
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
org.apache.xml.security.algorithms.Algorithm
- Direct Known Subclasses:
MessageDigestAlgorithm, SignatureAlgorithm
The Algorithm class which stores the Algorithm URI as a string.
-
Field Summary
Fields inherited from class ElementProxy
baseURI, LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod getAlgorithmURIprotected voidsetAlgorithmURI(String algorithmURI) Sets the algorithm's URI as used in the signature.Methods inherited from class SignatureElementProxy
getBaseNamespaceMethods inherited from class ElementProxy
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
-
Constructor Details
-
Algorithm
-
Algorithm
Constructor Algorithm- Parameters:
element-baseURI-- Throws:
XMLSecurityException
-
-
Method Details
-
getAlgorithmURI
-
setAlgorithmURI
Sets the algorithm's URI as used in the signature.- Parameters:
algorithmURI- is the URI of the algorithm as String
-