org.apache.abdera.security.util
Class SecurityBase
java.lang.Object
org.apache.abdera.security.util.SecurityBase
- Direct Known Subclasses:
- EncryptionBase, SignatureBase
public abstract class SecurityBase
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
abdera
protected final Abdera abdera
SecurityBase
protected SecurityBase(Abdera abdera)
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)