Uses of Interface
org.apache.abdera.security.SecurityOptions

Packages that use SecurityOptions
org.apache.abdera.security   
org.apache.abdera.security.util   
org.apache.abdera.security.xmlsec   
 

Uses of SecurityOptions in org.apache.abdera.security
 

Subinterfaces of SecurityOptions in org.apache.abdera.security
 interface EncryptionOptions
          Provides access to the information necessary to encrypt or decrypt a document
 interface SignatureOptions
          Provides access to the information necessary to signed an Abdera element
 

Methods in org.apache.abdera.security with type parameters of type SecurityOptions
<T extends SecurityOptions>
T
SecurityOptions.setParser(Parser parser)
           
 

Uses of SecurityOptions in org.apache.abdera.security.util
 

Methods in org.apache.abdera.security.util with parameters of type SecurityOptions
protected  Document SecurityBase.domToFom(Document dom, SecurityOptions options)
           
protected  Element SecurityBase.domToFom(Element element, SecurityOptions options)
           
protected  Document SecurityBase.fomToDom(Document doc, SecurityOptions options)
           
protected  Element SecurityBase.fomToDom(Element element, SecurityOptions options)
           
 

Uses of SecurityOptions in org.apache.abdera.security.xmlsec
 

Classes in org.apache.abdera.security.xmlsec that implement SecurityOptions
 class XmlEncryptionOptions
           
 class XmlSecurityOptions
           
 class XmlSignatureOptions
           
 

Methods in org.apache.abdera.security.xmlsec with type parameters of type SecurityOptions
<T extends SecurityOptions>
T
XmlSecurityOptions.setParser(Parser parser)
           
 



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