Module org.apache.santuario.xmlsec
Package org.apache.xml.security.utils
Class EncryptionElementProxy
- java.lang.Object
-
- org.apache.xml.security.utils.ElementProxy
-
- org.apache.xml.security.utils.EncryptionElementProxy
-
- Direct Known Subclasses:
AgreementMethodImpl
public abstract class EncryptionElementProxy extends ElementProxy
Class EncryptionElementProxy
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.utils.ElementProxy
baseURI, LOG
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEncryptionElementProxy()EncryptionElementProxy(Document doc)Constructor EncryptionElementProxyEncryptionElementProxy(Element element, String baseURI)Constructor EncryptionElementProxy
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseNamespace()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, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContext
-
-
-
-
Constructor Detail
-
EncryptionElementProxy
protected EncryptionElementProxy()
-
EncryptionElementProxy
public EncryptionElementProxy(Document doc)
Constructor EncryptionElementProxy- Parameters:
doc- theDocumentin whichEncryption Elementwill be placed
-
EncryptionElementProxy
public EncryptionElementProxy(Element element, String baseURI) throws XMLSecurityException
Constructor EncryptionElementProxy- Parameters:
element-Encryption ElementbaseURI- the namespace URI of element- Throws:
XMLSecurityException- if aXMLSecurityExceptionoccurs
-
-
Method Detail
-
getBaseNamespace
public String getBaseNamespace()
Returns the namespace of the Elements of the sub-class.- Specified by:
getBaseNamespacein classElementProxy- Returns:
- the namespace of the Elements of the sub-class.
-
-