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

Packages that use CryptoFailureException
org.mule.extras.jaas.filters   
org.mule.extras.pgp   
org.mule.extras.wssecurity.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 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.umo.security Security API for authentication and authorisation. 
 

Uses of CryptoFailureException in org.mule.extras.jaas.filters
 

Methods in org.mule.extras.jaas.filters that throw CryptoFailureException
protected  void JaasSecurityFilter.authenticateInbound(UMOEvent event)
           
protected  void JaasSecurityFilter.authenticateOutbound(UMOEvent event)
           
 

Uses of CryptoFailureException in org.mule.extras.pgp
 

Methods in org.mule.extras.pgp that throw CryptoFailureException
 byte[] KeyBasedEncryptionStrategy.decrypt(byte[] data, Object cryptInfo)
           
 byte[] KeyBasedEncryptionStrategy.encrypt(byte[] data, Object cryptInfo)
           
 

Uses of CryptoFailureException in org.mule.extras.wssecurity.filters
 

Methods in org.mule.extras.wssecurity.filters that throw CryptoFailureException
protected  void WsSecurityFilter.authenticateInbound(UMOEvent event)
          This method's use is two-fold.
protected  void WsSecurityFilter.authenticateOutbound(UMOEvent event)
          This method secures the outgouing message by setting the required security handlers.
 

Uses of CryptoFailureException in org.mule.impl.security
 

Methods in org.mule.impl.security that throw CryptoFailureException
 void AbstractEndpointSecurityFilter.authenticate(UMOEvent event)
           
protected abstract  void AbstractEndpointSecurityFilter.authenticateInbound(UMOEvent event)
           
protected abstract  void AbstractEndpointSecurityFilter.authenticateOutbound(UMOEvent event)
           
static String MuleCredentials.createHeader(String username, String password, String encryptionName, UMOEncryptionStrategy es)
           
 byte[] AbstractJCEEncryptionStrategy.decrypt(byte[] data, Object info)
           
 byte[] AbstractJCEEncryptionStrategy.encrypt(byte[] data, Object info)
           
 

Constructors in org.mule.impl.security that throw CryptoFailureException
MuleCredentials(String header)
           
 

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

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

Uses of CryptoFailureException in org.mule.transformers.encryption
 

Methods in org.mule.transformers.encryption that throw CryptoFailureException
protected abstract  byte[] AbstractEncryptionTransformer.getTransformedBytes(byte[] buffer)
           
protected  byte[] DecryptionTransformer.getTransformedBytes(byte[] buffer)
           
protected  byte[] EncryptionTransformer.getTransformedBytes(byte[] buffer)
           
 

Uses of CryptoFailureException in org.mule.umo
 

Methods in org.mule.umo that throw CryptoFailureException
 byte[] UMOEncryptionStrategy.decrypt(byte[] data, Object info)
           
 byte[] UMOEncryptionStrategy.encrypt(byte[] data, Object info)
           
 

Uses of CryptoFailureException in org.mule.umo.security
 

Methods in org.mule.umo.security that throw CryptoFailureException
 void UMOEndpointSecurityFilter.authenticate(UMOEvent event)
           
 



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