Uses of Interface
org.mule.umo.UMOEncryptionStrategy

Packages that use UMOEncryptionStrategy
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.extras.pgp   
org.mule.extras.pgp.filters   
org.mule.impl.security Core security implementation including the mule security manager and encryption types 
org.mule.impl.security.filters Core sercurity filter types. 
org.mule.transformers.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.umo.security Security API for authentication and authorisation. 
 

Uses of UMOEncryptionStrategy in org.mule.config.builders
 

Methods in org.mule.config.builders that return UMOEncryptionStrategy
 UMOEncryptionStrategy PlaceholderProcessor.getEncryptionStrategy(String scheme)
           
 

Uses of UMOEncryptionStrategy in org.mule.extras.pgp
 

Classes in org.mule.extras.pgp that implement UMOEncryptionStrategy
 class KeyBasedEncryptionStrategy
           
 

Uses of UMOEncryptionStrategy in org.mule.extras.pgp.filters
 

Methods in org.mule.extras.pgp.filters that return UMOEncryptionStrategy
 UMOEncryptionStrategy PGPSecurityFilter.getStrategy()
           
 

Methods in org.mule.extras.pgp.filters with parameters of type UMOEncryptionStrategy
 void PGPSecurityFilter.setStrategy(UMOEncryptionStrategy strategy)
           
 

Uses of UMOEncryptionStrategy in org.mule.impl.security
 

Classes in org.mule.impl.security that implement UMOEncryptionStrategy
 class AbstractJCEEncryptionStrategy
          A JCE based encryption strategy.
 class PasswordBasedEncryptionStrategy
          Provides password-based encryption using JCE.
 class SecretKeyEncryptionStrategy
          SecretKey based encryption using JCE.
 

Methods in org.mule.impl.security that return UMOEncryptionStrategy
 UMOEncryptionStrategy MuleSecurityManager.getEncryptionStrategy(String name)
           
 UMOEncryptionStrategy MuleSecurityManager.removeEncryptionStrategy(String name)
           
 

Methods in org.mule.impl.security with parameters of type UMOEncryptionStrategy
 void MuleSecurityManager.addEncryptionStrategy(String name, UMOEncryptionStrategy strategy)
           
static String MuleCredentials.createHeader(String username, String password, String encryptionName, UMOEncryptionStrategy es)
           
 

Uses of UMOEncryptionStrategy in org.mule.impl.security.filters
 

Methods in org.mule.impl.security.filters that return UMOEncryptionStrategy
 UMOEncryptionStrategy MuleEncryptionEndpointSecurityFilter.getStrategy()
           
 

Methods in org.mule.impl.security.filters with parameters of type UMOEncryptionStrategy
 void MuleEncryptionEndpointSecurityFilter.setStrategy(UMOEncryptionStrategy strategy)
           
 

Uses of UMOEncryptionStrategy in org.mule.transformers.encryption
 

Methods in org.mule.transformers.encryption that return UMOEncryptionStrategy
 UMOEncryptionStrategy AbstractEncryptionTransformer.getStrategy()
           
 

Methods in org.mule.transformers.encryption with parameters of type UMOEncryptionStrategy
 void AbstractEncryptionTransformer.setStrategy(UMOEncryptionStrategy strategy)
           
 

Uses of UMOEncryptionStrategy in org.mule.umo.security
 

Methods in org.mule.umo.security that return UMOEncryptionStrategy
 UMOEncryptionStrategy CryptoFailureException.getEncryptionStrategy()
           
 UMOEncryptionStrategy UMOSecurityManager.getEncryptionStrategy(String name)
           
 UMOEncryptionStrategy UMOSecurityManager.removeEncryptionStrategy(String name)
           
 

Methods in org.mule.umo.security with parameters of type UMOEncryptionStrategy
 void UMOSecurityManager.addEncryptionStrategy(String name, UMOEncryptionStrategy strategy)
           
 

Constructors in org.mule.umo.security with parameters of type UMOEncryptionStrategy
CryptoFailureException(Message message, UMOEncryptionStrategy strategy)
           
CryptoFailureException(Message message, UMOEncryptionStrategy strategy, Throwable cause)
           
CryptoFailureException(UMOEncryptionStrategy strategy, Throwable cause)
           
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.