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

Packages that use Encryption
org.apache.abdera.security   
org.apache.abdera.security.util   
org.apache.abdera.security.util.filters   
org.apache.abdera.security.xmlsec   
 

Uses of Encryption in org.apache.abdera.security
 

Methods in org.apache.abdera.security that return Encryption
 Encryption AbderaSecurity.getEncryption()
          Acquire a shared XML Encryption provider instance
 Encryption AbderaSecurity.newEncryption()
          Acquire a new XML Encryption provider instance
 

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

Classes in org.apache.abdera.security.util that implement Encryption
 class EncryptionBase
           
 

Methods in org.apache.abdera.security.util with parameters of type Encryption
 EncryptionOptions DHContext.getEncryptionOptions(Encryption enc)
           
 

Uses of Encryption in org.apache.abdera.security.util.filters
 

Methods in org.apache.abdera.security.util.filters with parameters of type Encryption
protected abstract  EncryptionOptions AbstractEncryptedRequestFilter.initEncryptionOptions(RequestContext request, Encryption encryption, Object arg)
           
protected  EncryptionOptions DHEncryptedRequestFilter.initEncryptionOptions(RequestContext request, Encryption encryption, Object arg)
           
protected  EncryptionOptions AESEncryptedResponseFilter.initEncryptionOptions(RequestContext request, ResponseContext response, Encryption enc, Object arg)
           
protected abstract  EncryptionOptions AbstractEncryptedResponseFilter.initEncryptionOptions(RequestContext request, ResponseContext response, Encryption enc, Object arg)
           
protected  EncryptionOptions DHEncryptedResponseFilter.initEncryptionOptions(RequestContext request, ResponseContext response, Encryption enc, Object arg)
           
 

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

Classes in org.apache.abdera.security.xmlsec that implement Encryption
 class XmlEncryption
           
 



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