certificationRequestInfo_.encode(new DEREncoder(baos));
res = baos.toByteArray();
baos.close();
} catch (IOException e) {
throw new CorruptedCodeException("internal error: "
+ e.getMessage());
} catch (ASN1Exception e) {
throw new CorruptedCodeException(e.getMessage());
}
return res;
}