Class ComposerSymetricalCipher
- java.lang.Object
-
- com.avoka.fc.core.service.composer.ComposerSymetricalCipher
-
- All Implemented Interfaces:
Serializable
public class ComposerSymetricalCipher extends Object implements Serializable
Provides an AES symmetrical encryption utility.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComposerSymetricalCipher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
decrypt(byte[] data)
Decrypt the given data using a symetrical AES cipher.
-