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
  • Constructor Details

    • EncryptionElementProxy

      protected EncryptionElementProxy()
    • EncryptionElementProxy

      public EncryptionElementProxy(Document doc)
      Constructor EncryptionElementProxy
      Parameters:
      doc - the Document in which Encryption Element will be placed
    • EncryptionElementProxy

      public EncryptionElementProxy(Element element, String baseURI) throws XMLSecurityException
      Constructor EncryptionElementProxy
      Parameters:
      element - Encryption Element
      baseURI - the namespace URI of element
      Throws:
      XMLSecurityException - if a XMLSecurityException occurs
  • Method Details

    • getBaseNamespace

      public String getBaseNamespace()
      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.