Uses of Class
org.mule.api.security.CryptoFailureException

Packages that use CryptoFailureException
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.security Security API for authentication and authorisation. 
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.security.filters Core sercurity filter types. 
org.mule.transformer.encryption Transformers for encrypting and decrypting message payloads. 
 

Uses of CryptoFailureException in org.mule.api
 

Methods in org.mule.api that throw CryptoFailureException
 byte[] EncryptionStrategy.decrypt(byte[] data, Object info)
           
 InputStream EncryptionStrategy.decrypt(InputStream data, Object info)
           
 byte[] EncryptionStrategy.encrypt(byte[] data, Object info)
           
 InputStream EncryptionStrategy.encrypt(InputStream data, Object info)
           
 

Uses of CryptoFailureException in org.mule.api.security
 

Methods in org.mule.api.security that throw CryptoFailureException
 void AuthenticationFilter.authenticate(MuleEvent event)
           
 void SecurityFilter.doFilter(MuleEvent event)
           
 

Uses of CryptoFailureException in org.mule.security
 

Methods in org.mule.security that throw CryptoFailureException
 void AbstractEndpointSecurityFilter.authenticate(MuleEvent event)
          Deprecated.  
abstract  void AbstractAuthenticationFilter.authenticate(MuleEvent event)
           
protected abstract  void AbstractEndpointSecurityFilter.authenticateInbound(MuleEvent event)
          Deprecated.  
protected abstract  void AbstractEndpointSecurityFilter.authenticateOutbound(MuleEvent event)
          Deprecated.  
static String MuleCredentials.createHeader(String username, String password, String encryptionName, EncryptionStrategy es)
           
 byte[] AbstractJCEEncryptionStrategy.decrypt(byte[] data, Object info)
           
 byte[] AbstractNamedEncryptionStrategy.decrypt(byte[] data, Object info)
           
 InputStream AbstractJCEEncryptionStrategy.decrypt(InputStream data, Object info)
           
abstract  void AbstractSecurityFilter.doFilter(MuleEvent event)
           
 void AbstractEndpointSecurityFilter.doFilter(MuleEvent event)
          Deprecated.  
 void AbstractAuthenticationFilter.doFilter(MuleEvent event)
           
 byte[] AbstractJCEEncryptionStrategy.encrypt(byte[] data, Object info)
           
 byte[] AbstractNamedEncryptionStrategy.encrypt(byte[] data, Object info)
           
 InputStream AbstractJCEEncryptionStrategy.encrypt(InputStream data, Object info)
           
 

Constructors in org.mule.security that throw CryptoFailureException
MuleCredentials(String header, SecurityManager sm)
           
 

Uses of CryptoFailureException in org.mule.security.filters
 

Methods in org.mule.security.filters that throw CryptoFailureException
protected  void MuleEncryptionEndpointSecurityFilter.authenticateInbound(MuleEvent event)
           
protected  void MuleEncryptionEndpointSecurityFilter.authenticateOutbound(MuleEvent event)
           
 

Uses of CryptoFailureException in org.mule.transformer.encryption
 

Methods in org.mule.transformer.encryption that throw CryptoFailureException
protected abstract  InputStream AbstractEncryptionTransformer.primTransform(InputStream stream)
           
protected  InputStream EncryptionTransformer.primTransform(InputStream input)
           
protected  InputStream DecryptionTransformer.primTransform(InputStream input)
           
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.