org.jboss.soa.esb.services
Interface Iencryption


public interface Iencryption


Method Summary
 byte[] decrypt(byte[] p_ba, java.lang.Object p_oParms)
           
 byte[] encrypt(byte[] p_ba, java.lang.Object p_oParms)
           
 

Method Detail

encrypt

byte[] encrypt(byte[] p_ba,
               java.lang.Object p_oParms)
               throws java.lang.Exception
Throws:
java.lang.Exception

decrypt

byte[] decrypt(byte[] p_ba,
               java.lang.Object p_oParms)
               throws java.lang.Exception
Throws:
java.lang.Exception