Class EncryptionElementProxy

java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.EncryptionElementProxy

public abstract class EncryptionElementProxy extends ElementProxy
This is the base object for all objects which map directly to an Element from the xenc spec.
Author:
$Author$
  • Constructor Details

    • EncryptionElementProxy

      public EncryptionElementProxy(Document doc)
      Constructor EncryptionElementProxy
      Parameters:
      doc -
    • EncryptionElementProxy

      public EncryptionElementProxy(Element element, String BaseURI) throws XMLSecurityException
      Constructor EncryptionElementProxy
      Parameters:
      element -
      BaseURI -
      Throws:
      XMLSecurityException
  • Method Details

    • getBaseNamespace

      public final String getBaseNamespace()
      Description copied from class: ElementProxy
      Returns the namespace of the Elements of the sub-class.
      Specified by:
      getBaseNamespace in class ElementProxy
      Returns:
      the namespace of the Elements of the sub-class.