1205120612071208120912101211121212131214
if (line == null) { throw new IOException(endMarker + " not found"); } try { return new PKCS10CertificationRequestExt(Base64.decode(buf.toString())); } catch (Exception e) { throw new IOException("problem parsing cert: " + e.toString()); } }