FileDocCategorySizeDatePackage
EncryptionElementProxy.javaAPI DocJava SE 6 API1595Tue Jun 10 00:23:04 BST 2008com.sun.org.apache.xml.internal.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: raul $

Fields Summary
Constructors Summary
public EncryptionElementProxy(Document doc)
Constructor EncryptionElementProxy

param
doc

      super(doc);
   
public EncryptionElementProxy(Element element, String BaseURI)
Constructor EncryptionElementProxy

param
element
param
BaseURI
throws
XMLSecurityException

      super(element, BaseURI);
   
Methods Summary
public final java.lang.StringgetBaseNamespace()

inheritDoc

      return EncryptionConstants.EncryptionSpecNS;