the code is:
//******************************************************
byte[] encodedCertChain = p12.getBytes(); response.setContentType("application/text");
response.getOutputStream().write(encodedCertChain);
response.getOutputStream().flush(); but the IE is cannot down this,
It say can download from the url!!
why??
|