日期:2014-05-20 浏览次数:20720 次
ByteArrayOutputStream bOut = new ByteArrayOutputStream(); DEROutputStream dOut = new DEROutputStream(bOut); dOut.writeObject(tempKey); pubKey = bOut.toByteArray();