{
CertGenerationDecoder decoder = new CertGenerationDecoder();
try
{
certGenObj = (CertGenerationObject) decoder.decode( requestValue );
if ( requestValue != null )
{
this.requestValue = new byte[requestValue.length];
System.arraycopy( requestValue, 0, this.requestValue, 0, requestValue.length );