org.mule.umo
Interface UMOEncryptionStrategy
- All Superinterfaces:
- Initialisable
- All Known Implementing Classes:
- PasswordBasedEncryptionStrategy
- public interface UMOEncryptionStrategy
- extends Initialisable
UMOEncryptionStrategy
TODO
- Version:
- $Revision: 1.1 $
- Author:
- Ross Mason
Method Summary |
byte[] |
decrypt(byte[] data)
|
byte[] |
encrypt(byte[] data)
|
encrypt
public byte[] encrypt(byte[] data)
throws CryptoFailureException
- Throws:
CryptoFailureException
decrypt
public byte[] decrypt(byte[] data)
throws CryptoFailureException
- Throws:
CryptoFailureException
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.