Package org.apache.xml.security.utils
Class EncryptionElementProxy
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.EncryptionElementProxy
This is the base object for all objects which map directly to an Element from
the xenc spec.
-
Field Summary
Fields inherited from class org.apache.xml.security.utils.ElementProxy
baseURI, LOG
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor EncryptionElementProxyEncryptionElementProxy
(Element element, String baseURI) Constructor EncryptionElementProxy -
Method Summary
Modifier and TypeMethodDescriptionfinal String
Returns the namespace of the Elements of the sub-class.Methods inherited from class org.apache.xml.security.utils.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, guaranteeThatElementInCorrectSpace, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContext
-
Constructor Details
-
EncryptionElementProxy
Constructor EncryptionElementProxy- Parameters:
doc
-
-
EncryptionElementProxy
Constructor EncryptionElementProxy- Parameters:
element
-baseURI
-- Throws:
XMLSecurityException
-
-
Method Details
-
getBaseNamespace
Returns the namespace of the Elements of the sub-class.- Specified by:
getBaseNamespace
in classElementProxy
- Returns:
- the namespace of the Elements of the sub-class.
-