301302303304305306307308309310311
return derout.toByteArray(); } catch (IOException ioe) { CertificateEncodingException ce = new CertificateEncodingException ("IOException encoding PkiPath data: " + ioe); ce.initCause(ioe); throw ce; } } /**
8081828384858687888990
return cert; } catch (IOException e) { CertificateEncodingException cee = new CertificateEncodingException("generate: " + e.getMessage()); cee.initCause(e); throw cee; } } private static CertificateExtensions getCACertificateExtensions()