Class ByteArrayGuardAESCTR

java.lang.Object
com.sun.faces.util.ByteArrayGuardAESCTR

public final class ByteArrayGuardAESCTR extends Object

This utility class is to provide both encryption and decryption Ciphers to ResponseStateManager implementations wishing to provide encryption support.

The algorithm used to encrypt byte array is AES with CBC.

Original author Inderjeet Singh, J2EE Blue Prints Team. Modified to suit Faces needs.