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 Object


Field Summary
protected  Abdera abdera
           
 
Constructor Summary
protected SecurityBase(Abdera abdera)
           
 
Method Summary
protected  Document domToFom(Document dom, SecurityOptions options)
           
protected  Element domToFom(Element element, SecurityOptions options)
           
protected  Document fomToDom(Document doc, SecurityOptions options)
           
protected  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 Document fomToDom(Document doc,
                            SecurityOptions options)

domToFom

protected Document domToFom(Document dom,
                            SecurityOptions options)

fomToDom

protected Element fomToDom(Element element,
                           SecurityOptions options)

domToFom

protected Element domToFom(Element element,
                           SecurityOptions options)


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.