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

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

Uses of EncryptionOptions in org.apache.abdera.security
 

Methods in org.apache.abdera.security that return EncryptionOptions
 EncryptionOptions Encryption.getDefaultEncryptionOptions()
          Returns the default encryption/decryption options
 EncryptionOptions EncryptionOptions.setDataCipherAlgorithm(String alg)
          Set the cipher algorithm used to decyrpt/encrypt the document content The default is "http://www.w3.org/2001/04/xmlenc#aes128-cbc"
 EncryptionOptions EncryptionOptions.setDataEncryptionKey(Key key)
          Set the secret key used to encrypt/decrypt the document content
 EncryptionOptions EncryptionOptions.setIncludeKeyInfo(boolean includeKeyInfo)
          Set whether the encryption should include information about the key The default is false
 EncryptionOptions EncryptionOptions.setKeyCipherAlgorithm(String alg)
          Set the cipher algorithm used to decrypt/encrypt the data encryption key The default is "http://www.w3.org/2001/04/xmlenc#kw-aes128"
 EncryptionOptions EncryptionOptions.setKeyEncryptionKey(Key key)
          Set the secret key used to encrypt/decrypt the data encryption key
 

Methods in org.apache.abdera.security with parameters of type EncryptionOptions
 Document Encryption.decrypt(Document doc, EncryptionOptions options)
          Decrypt the document using the specified options
 Document Encryption.encrypt(Document doc, EncryptionOptions options)
          Encrypt the document using the specified options
 

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

Methods in org.apache.abdera.security.util that return EncryptionOptions
 EncryptionOptions DHContext.getEncryptionOptions(Encryption enc)
           
 

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

Methods in org.apache.abdera.security.util.filters that return EncryptionOptions
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 EncryptionOptions in org.apache.abdera.security.xmlsec
 

Classes in org.apache.abdera.security.xmlsec that implement EncryptionOptions
 class XmlEncryptionOptions
           
 

Methods in org.apache.abdera.security.xmlsec that return EncryptionOptions
 EncryptionOptions XmlEncryption.getDefaultEncryptionOptions()
           
 EncryptionOptions XmlEncryptionOptions.setDataCipherAlgorithm(String alg)
           
 EncryptionOptions XmlEncryptionOptions.setDataEncryptionKey(Key key)
           
 EncryptionOptions XmlEncryptionOptions.setIncludeKeyInfo(boolean includeKeyInfo)
           
 EncryptionOptions XmlEncryptionOptions.setKeyCipherAlgorithm(String alg)
           
 EncryptionOptions XmlEncryptionOptions.setKeyEncryptionKey(Key key)
           
 

Methods in org.apache.abdera.security.xmlsec with parameters of type EncryptionOptions
 Document XmlEncryption.decrypt(Document doc, EncryptionOptions options)
           
 Document XmlEncryption.encrypt(Document doc, EncryptionOptions options)
           
 



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