Class 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.
    • Constructor Detail

      • EncryptionElementProxy

        public EncryptionElementProxy​(org.w3c.dom.Document doc)
        Constructor EncryptionElementProxy
        Parameters:
        doc -
      • EncryptionElementProxy

        public EncryptionElementProxy​(org.w3c.dom.Element element,
                                      java.lang.String baseURI)
                               throws XMLSecurityException
        Constructor EncryptionElementProxy
        Parameters:
        element -
        baseURI -
        Throws:
        XMLSecurityException
    • Method Detail

      • getBaseNamespace

        public final java.lang.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.