Class ByteArrayGuard

java.lang.Object
com.sun.faces.renderkit.ByteArrayGuard

public final class ByteArrayGuard 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.