org.apache.abdera.security.util
Class SecurityBase

java.lang.Object
  extended by org.apache.abdera.security.util.SecurityBase
Direct Known Subclasses:
EncryptionBase, SignatureBase

public abstract class SecurityBase
extends java.lang.Object


Field Summary
protected  Abdera abdera
           
 
Constructor Summary
protected SecurityBase(Abdera abdera)
           
 
Method Summary
protected  Document domToFom(org.w3c.dom.Document dom, SecurityOptions options)
           
protected  Element domToFom(org.w3c.dom.Element element, SecurityOptions options)
           
protected  org.w3c.dom.Document fomToDom(Document doc, SecurityOptions options)
           
protected  org.w3c.dom.Element fomToDom(Element element, SecurityOptions options)
           
protected  Abdera getAbdera()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abdera

protected final Abdera abdera
Constructor Detail

SecurityBase

protected SecurityBase(Abdera abdera)
Method Detail

getAbdera

protected Abdera getAbdera()

fomToDom

protected org.w3c.dom.Document fomToDom(Document doc,
                                        SecurityOptions options)

domToFom

protected Document domToFom(org.w3c.dom.Document dom,
                            SecurityOptions options)

fomToDom

protected org.w3c.dom.Element fomToDom(Element element,
                                       SecurityOptions options)

domToFom

protected Element domToFom(org.w3c.dom.Element element,
                           SecurityOptions options)